We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169786d commit 4eb0426Copy full SHA for 4eb0426
setup.py
@@ -9,7 +9,7 @@
9
README = os.path.join(SETUP_DIR, 'README.rst')
10
11
# if python3 runtime and `setup.py install` is called
12
-if sys.version_info.major == 3 and sys.argv[1] == 'install':
+if sys.version_info.major == 3 and sys.argv[1] == 'install':
13
print("Aborting installation. CWL Tool doesn't support Python 3 currently.")
14
print("Install using Python 2 pip.")
15
exit(1)
0 commit comments