##// END OF EJS Templates
Merge pull request #11128 from Carreau/non-callable-module...
Merge pull request #11128 from Carreau/non-callable-module Traceback printing change `in <module>()` to `in <module>`.

File last commit:

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