refactoring cm-cli.py based on typer
fix: git_helper - --pip-non-url isn't working properly
This commit is contained in:
@@ -336,7 +336,7 @@ def restore_pip_snapshot(pips, options):
|
||||
non_local_url = []
|
||||
for k, v in pips.items():
|
||||
if v == "":
|
||||
non_url.append(v)
|
||||
non_url.append(k)
|
||||
else:
|
||||
if v.startswith('file:'):
|
||||
local_url.append(v)
|
||||
|
||||
Reference in New Issue
Block a user