##// 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.

File last commit:

r14009:6f019b30
r17015:ec5f9e82
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()