##// END OF EJS Templates
Wrong variable name in Python 3.13 (#14277)...
Wrong variable name in Python 3.13 (#14277) This should fix some of the issues on 3.13 testing but not sufficient as we'll get issues with stack_data and executing

File last commit:

r27747:f5d4e0ac
r28559:1587b869 merge
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])