mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -347,7 +347,6 @@ def venv_resolve_deps(deps, which, project, pre=False, verbose=False, clear=Fals
|
||||
# print(cmd)
|
||||
|
||||
c = delegator.run(cmd, block=True)
|
||||
print(c.out)
|
||||
|
||||
try:
|
||||
assert c.return_code == 0
|
||||
|
||||
Reference in New Issue
Block a user