Skip to content

Commit

Permalink
fix SKIPSPARSE exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Mar 18, 2017
1 parent 0f01701 commit bc70597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse.py
Expand Up @@ -5,7 +5,7 @@

if 'SKIPSPARSE' in os.environ:
print("# skipping sparse as requested")
exit(1)
exit(0)

myplatform = sys.platform
if myplatform == 'linux2':
Expand Down

0 comments on commit bc70597

Please sign in to comment.