maybe this is what's wrong with windows

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 13:08:40 -04:00
parent 3b6540e783
commit 924f741f59
+1 -1
View File
@@ -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):