mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
raise not except
This commit is contained in:
parent
025b89855f
commit
0f6002b935
@ -209,7 +209,7 @@ def _setup_coverage(reactor):
|
||||
try:
|
||||
import coverage
|
||||
except ImportError:
|
||||
except RuntimeError(
|
||||
raise RuntimeError(
|
||||
"The 'coveage' package must be installed to use --coverage"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user