mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
maybe this is what's wrong with windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -1051,7 +1051,7 @@ def system_which(command):
|
||||
assert c.return_code == 0
|
||||
except AssertionError:
|
||||
return None
|
||||
return c.out.strip()
|
||||
return (c.out.strip() or c.err.strip())
|
||||
|
||||
|
||||
def format_help(help):
|
||||
|
||||
Reference in New Issue
Block a user