We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00d1b5 commit 2011bfdCopy full SHA for 2011bfd
src/sage/cli/run_file_cmd.py
@@ -35,7 +35,6 @@ def __init__(self, options: CliOptions):
35
"""
36
self.options = options
37
# shift sys.argv for compatibility with the old sage bash script and python command when consuming arguments from the command line
38
- import sys
39
del sys.argv[0]
40
41
def run(self) -> int:
0 commit comments