Skip to content

Commit

Permalink
Fix PEP8 complain about bare Except
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Apr 13, 2017
1 parent fc3160e commit e7cbe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stsynphot/_astropy_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ def test(package=None, test_path=None, args=None, plugins=None,
"expected.")
warn(ConfigurationDefaultMissingWarning(wmsg))
del e
except:
except Exception:
raise orig_error

0 comments on commit e7cbe3e

Please sign in to comment.