This commit is contained in:
mrg 2020-11-05 16:30:15 -08:00
parent a40716dd48
commit 18d2987805
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ def check_versions():
try:
import coverage
OPTS.coverage = 1
except:
except ModuleNotFoundError:
OPTS.coverage = 0