Skip to content

Commit

Permalink
Merge branch '0.6.x' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Mar 5, 2015
2 parents f56002b + 192b56b commit c2c3a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reprozip/reprozip/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def main():
args.func(args)
except Exception as e:
submit_usage_report(result=type(e).__name__)
raise
else:
submit_usage_report(result='success')
sys.exit(0)
Expand Down

0 comments on commit c2c3a71

Please sign in to comment.