fix two bug

This commit is contained in:
yfszzx
2022-10-17 22:28:43 +08:00
parent 9d702b16f0
commit c408a0b41c
2 changed files with 2 additions and 3 deletions

View File

@@ -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