Skip to content

Commit

Permalink
Fixed some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsarpaul authored and tsarpaul committed Dec 29, 2016
1 parent 465ed93 commit 81db155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riprova/retrier.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _handle_error(self, err):
# Update latest cached error
self.error = err

# Did user interrupt function?
# Did user interrupt function or import fail?
if err is KeyboardInterrupt or err is ImportError:
raise

Expand Down

0 comments on commit 81db155

Please sign in to comment.