aboutsummaryrefslogtreecommitdiff
path: root/launch.py
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-17 22:28:43 +0800
committeryfszzx <yfszzx@gmail.com>2022-10-17 22:28:43 +0800
commitc408a0b41cfffde184cad35b2d97346342947d83 (patch)
tree6ed6999778070ce00de4f24d940ee24b32f140f2 /launch.py
parent9d702b16f01795c3af900e0ebd70faf4b25200f6 (diff)
fix two bug
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index 7520cfee..088eada1 100644
--- a/launch.py
+++ b/launch.py
@@ -11,7 +11,6 @@ python = sys.executable
git = os.environ.get('GIT', "git")
index_url = os.environ.get('INDEX_URL', "")
-
def extract_arg(args, name):
return [x for x in args if x != name], name in args