Skip to content

Commit

Permalink
Remove exceptin reraising
Browse files Browse the repository at this point in the history
  • Loading branch information
myrma committed Jun 20, 2016
1 parent e667739 commit 0377566
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acid/repl/repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def run(self, display_header=True):
type(exc).__name__,
''.join(map(str, exc.args))
))
raise
else:
self.cmd_count += 1

Expand Down

0 comments on commit 0377566

Please sign in to comment.