Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
FIX: invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Apr 28, 2016
1 parent f8b74e7 commit 4a74c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def build_swarm():

# don't build any of the non-Python dependencies if the following modes are
# invoked
if all([e not in sys.argv for e in 'egg_info', 'sdist', 'register']):
if all([e not in sys.argv for e in ('egg_info', 'sdist', 'register')]):
catch_install_errors(build_denoiser, 'denoiser')
catch_install_errors(download_UCLUST, 'UCLUST')
catch_install_errors(build_FastTree, 'FastTree')
Expand Down

0 comments on commit 4a74c4f

Please sign in to comment.