##// END OF EJS Templates
Backport PR #4880: set profile name from profile_dir...
Backport PR #4880: set profile name from profile_dir in case profile_dir is set directly (e.g. in the notebook) closes #4238

File last commit:

r8121:66727cb1
r15049:0d211ef6
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
Takafumi Arakaki
Add tests for %run option parser
r8121 import sys
print sys.argv[1:]