catboxanon
2024-02-26 12:44:57 -05:00
committed by GitHub
parent c8a5322d1f
commit 3a618e3d24

View File

@@ -7,7 +7,7 @@ import shlex
from pathlib import Path
normalized_filepath = lambda filepath: str(Path(filepath).resolve())
normalized_filepath = lambda filepath: str(Path(filepath).absolute())
commandline_args = os.environ.get('COMMANDLINE_ARGS', "")
sys.argv += shlex.split(commandline_args)