##// END OF EJS Templates
store exit code in user_ns['_exit_code']...
store exit code in user_ns['_exit_code'] _exit_code is an equivalent to `$?` in bash. It always has the most recent exit value of a shell.system subprocess.
MinRK -
r3910:49cc4a9d
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / controller
__init__.py Loading ...
controller.py Loading ...
dependency.py Loading ...
dictdb.py Loading ...
heartmonitor.py Loading ...
hub.py Loading ...
mongodb.py Loading ...
scheduler.py Loading ...
sqlitedb.py Loading ...