diff options
| -rw-r--r-- | pants.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ (set (make-local-variable 'python-shell-exec-path) '(pants-source-tree-root)) (set (make-local-variable 'python-shell-interpreter) pants-source-tree-root) (set (make-local-variable 'python-shell-interpreter-args) pants-repl-command) + (set (make-local-variable 'python-shell-prompt-detect-failure-warning) nil) + (run-python pants-repl-command t) (python-shell-switch-to-shell))) (defun pants--build-action (target) |
