mirror of
https://github.com/Textualize/rich.git
synced 2025-07-07 21:04:58 +00:00
don't reraise
This commit is contained in:
parent
987c6e66ab
commit
e833da996e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ try:
|
|||
except ImportError:
|
||||
print("This example requires attrs library")
|
||||
print("pip install attrs")
|
||||
raise
|
||||
raise SystemExit()
|
||||
|
||||
|
||||
@attr.define
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue