mirror of https://github.com/Textualize/rich.git
don't reraise
This commit is contained in:
parent
987c6e66ab
commit
e833da996e
|
@ -5,7 +5,7 @@ try:
|
|||
except ImportError:
|
||||
print("This example requires attrs library")
|
||||
print("pip install attrs")
|
||||
raise
|
||||
raise SystemExit()
|
||||
|
||||
|
||||
@attr.define
|
||||
|
|
Loading…
Reference in New Issue