From e833da996e1b4468a53b15286fe831f59a2eaf11 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 24 Dec 2022 09:45:37 +0000 Subject: [PATCH] don't reraise --- examples/attrs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/attrs.py b/examples/attrs.py index 35746738a..f87e95506 100644 --- a/examples/attrs.py +++ b/examples/attrs.py @@ -5,7 +5,7 @@ except ImportError: print("This example requires attrs library") print("pip install attrs") - raise + raise SystemExit() @attr.define