Skip to content

Commit

Permalink
sys.exit, not exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdb committed Mar 21, 2004
1 parent 3cd0c13 commit ef5a926
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 @@ -63,7 +63,7 @@
sys.exit("Failed to get cflags: " + cflags[1])

if libs[0] != 0:
exit("Failed to get libs: " + libs[1])
sys.exit("Failed to get libs: " + libs[1])

# setup information
setup( name = "pystatgrab",
Expand Down

0 comments on commit ef5a926

Please # to comment.