This commit is contained in:
2017-03-11 00:34:32 -05:00
parent 45f86865c8
commit ec1d71cf81
-1
View File
@@ -564,7 +564,6 @@ def pip_install(package_name=None, r=None, allow_global=False, require_hashes=Fa
if require_hashes:
install_reqs += ' --require-hashes'
print('"{0}" install {1} -i {2}'.format(which_pip(allow_global=allow_global), install_reqs, source['url']))
c = delegator.run('"{0}" install {1} -i {2}'.format(which_pip(allow_global=allow_global), install_reqs, source['url']))
if c.return_code == 0: