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

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 31, 2015
1 parent 03d6e81 commit dcf2411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def write_version():
extra_ext=["tohelp"],
add_htmlhelp=sys.platform.startswith("win"),
coverage_options=dict(omit=["*exclude*.py"]))
if not r:
raise Exception("unable to interpret command line: " + str(sys.argv))
else:
r = False

Expand Down

0 comments on commit dcf2411

Please sign in to comment.