Commit 445c366
committed
Add support for IPython's system_raise_on_error
configuration option in ZMQInteractiveShell.system_piped() override.
This complements IPython PR #15073
(ipython/ipython#15073) that adds
the system_raise_on_error config option. Since ZMQInteractiveShell overrides system_piped() for Windows UNC path handling, it
needs to also check the system_raise_on_error config and raise CalledProcessError on non-zero exit status.1 parent d93f431 commit 445c366
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
793 | | - | |
794 | | - | |
| 793 | + | |
795 | 794 | | |
796 | 795 | | |
797 | 796 | | |
| |||
0 commit comments