mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
that was driving me crazy
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ def python_version(path_to_python):
|
||||
|
||||
try:
|
||||
TEMPLATE = 'Python {}.{}.{}'
|
||||
c = delegator.run([path_to_python,'--version'], block=False)
|
||||
c = delegator.run([path_to_python, '--version'], block=False)
|
||||
assert c.return_code == 0
|
||||
except Exception:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user