Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-02 12:43:40 -05:00
parent ffdd523842
commit c57cfafd90
-1
View File
@@ -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