Skip to content

Commit 4eb0426

Browse files
authored
remove trailing whitespace
1 parent 169786d commit 4eb0426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
README = os.path.join(SETUP_DIR, 'README.rst')
1010

1111
# if python3 runtime and `setup.py install` is called
12-
if sys.version_info.major == 3 and sys.argv[1] == 'install':
12+
if sys.version_info.major == 3 and sys.argv[1] == 'install':
1313
print("Aborting installation. CWL Tool doesn't support Python 3 currently.")
1414
print("Install using Python 2 pip.")
1515
exit(1)

0 commit comments

Comments
 (0)