Skip to content

Commit

Permalink
Unbroke setup.py
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
mitsuhiko committed Aug 18, 2010
1 parent 8e260d2 commit fe22512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# ignore the old '--with-speedups' flag # ignore the old '--with-speedups' flag
try: try:
speedups_pos = sys.argv.index('--with-speedups') speedups_pos = sys.argv.index('--with-speedups')
except IndexError: except ValueError:
pass pass
else: else:
sys.argv[speedups_pos] = '--with-debugsupport' sys.argv[speedups_pos] = '--with-debugsupport'
Expand Down

0 comments on commit fe22512

Please sign in to comment.