Skip to content

Commit

Permalink
Fixing decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Mar 19, 2015
1 parent 61df738 commit efe66cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions obspy/core/util/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ def new_func(*args, **kwargs):
raise unittest.SkipTest(str(e))
# general except to be able to generally reraise
except Exception as e:
pass
raise
raise
return new_func


Expand Down

0 comments on commit efe66cd

Please sign in to comment.