diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-17 22:28:43 +0800 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-17 22:28:43 +0800 |
commit | c408a0b41cfffde184cad35b2d97346342947d83 (patch) | |
tree | 6ed6999778070ce00de4f24d940ee24b32f140f2 /launch.py | |
parent | 9d702b16f01795c3af900e0ebd70faf4b25200f6 (diff) |
fix two bug
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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
|