##// END OF EJS Templates
Merge pull request #11174 from Carreau/close-bg...
Merge pull request #11174 from Carreau/close-bg Autoclose stdin/err for bg scripts, when not assigned to user_ns

File last commit:

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