raise not except

This commit is contained in:
meejah 2019-08-07 14:08:23 -06:00
parent 025b89855f
commit 0f6002b935

View File

@ -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"
)