Skip to content

Commit e833da9

Browse files
committed
don't reraise
1 parent 987c6e6 commit e833da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/attrs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
except ImportError:
66
print("This example requires attrs library")
77
print("pip install attrs")
8-
raise
8+
raise SystemExit()
99

1010

1111
@attr.define

0 commit comments

Comments
 (0)