update
This commit is contained in:
2
.CondaPkg/env/Lib/idlelib/query.py
vendored
2
.CondaPkg/env/Lib/idlelib/query.py
vendored
@@ -368,7 +368,7 @@ class CustomRun(Query):
|
||||
sticky='we')
|
||||
|
||||
def cli_args_ok(self):
|
||||
"Validity check and parsing for command line arguments."
|
||||
"Return command line arg list or None if error."
|
||||
cli_string = self.entry.get().strip()
|
||||
try:
|
||||
cli_args = shlex.split(cli_string, posix=True)
|
||||
|
||||
Reference in New Issue
Block a user