Skip to content

Commit

Permalink
Report success for issue #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Zorn committed May 3, 2017
1 parent 58d3b80 commit 918340e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fasttrips/FastTrips.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def run_assignment(self, output_dir):
# Do it! Try it!
try:
Assignment.assign_paths(output_dir, self)
FastTripsLogger.info("Successfully completed!")
except:
print("Unexpected error:", sys.exc_info()[0])
FastTripsLogger.fatal("Unexpected error: %s" % str(sys.exc_info()[0]))
Expand Down

0 comments on commit 918340e

Please sign in to comment.