that was driving me crazy

This commit is contained in:
2017-09-15 11:08:21 -04:00
parent f69992e211
commit 95a3fde173
+1 -1
View File
@@ -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