aboutsummaryrefslogtreecommitdiff
path: root/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/launch.py b/launch.py
index 62b33f14..516746ac 100644
--- a/launch.py
+++ b/launch.py
@@ -3,16 +3,12 @@ import subprocess
import os
import sys
import importlib.util
-import shlex
import platform
import json
from modules import cmd_args
from modules.paths_internal import script_path, extensions_dir
-commandline_args = os.environ.get('COMMANDLINE_ARGS', "")
-sys.argv += shlex.split(commandline_args)
-
args, _ = cmd_args.parser.parse_known_args()
python = sys.executable