branch: externals/org commit b49275acbe9d60c022dfacd7bad25073d8620859 Merge: d8af9c40e0 c81dba2fb9 Author: Jack Kamm <jackk...@gmail.com> Commit: Jack Kamm <jackk...@gmail.com>
Merge branch 'bugfix' --- lisp/ob-python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-python.el b/lisp/ob-python.el index b9dab91b43..6b216ce89a 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -272,7 +272,7 @@ then create. Return the initialized session." ;; multiple prompts during initialization. (with-current-buffer py-buffer (while (not org-babel-python--initialized) - (org-babel-comint-wait-for-output py-buffer))) + (sleep-for 0 10))) (setq org-babel-python-buffers (cons (cons session py-buffer) (assq-delete-all session org-babel-python-buffers)))