gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

Fix failing async execution if sentinel is missing #209

Open moritzschaefer opened 5 years ago

moritzschaefer commented 5 years ago

All I do is catching the error, when a sentinel is not found (e.g. if you execute an async code block twice, the sentinel gets overwritten). If the Sentiel isn't found, async execution should just proceed until the queue is empty which is achieved by this small modification