##// END OF EJS Templates
Remove redundant setting of tempfile_suffix....
Remove redundant setting of tempfile_suffix. Since tempfile_suffix is set in the PromptSession constructor, it does not need to be set when calling the open_input_in_editor function.

File last commit:

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