Skip to content

Commit

Permalink
don't reraise
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Dec 24, 2022
1 parent 987c6e6 commit e833da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
except ImportError:
print("This example requires attrs library")
print("pip install attrs")
raise
raise SystemExit()


@attr.define
Expand Down

0 comments on commit e833da9

Please sign in to comment.