##// END OF EJS Templates
handle error code > 128 in system_raw like system_piped...
handle error code > 128 in system_raw like system_piped some shells, such as csh and fish, return a different exit code format from sh, bash, which subprocess.call doesn’t properly transform.
MinRK -
r17015:ec5f9e82
Show More
Name Size Modified Last Commit Author
/ IPython / kernel
blocking
comm
inprocess
ioloop
tests
zmq
__init__.py Loading ...
__main__.py Loading ...
adapter.py Loading ...
channels.py Loading ...
channelsabc.py Loading ...
client.py Loading ...
clientabc.py Loading ...
connect.py Loading ...
kernelspec.py Loading ...
launcher.py Loading ...
manager.py Loading ...
managerabc.py Loading ...
multikernelmanager.py Loading ...
restarter.py Loading ...