##// END OF EJS Templates
Autoclose stdin/err for bg scripts, when not assigned to user_ns...
Autoclose stdin/err for bg scripts, when not assigned to user_ns Close manually in unit tests. Closes gh-11171

File last commit:

r22963:2961b531
r24375:f793944b
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])