mirror of https://github.com/VLSIDA/OpenRAM.git
Cleanup
This commit is contained in:
parent
a40716dd48
commit
18d2987805
|
|
@ -157,7 +157,7 @@ def check_versions():
|
||||||
try:
|
try:
|
||||||
import coverage
|
import coverage
|
||||||
OPTS.coverage = 1
|
OPTS.coverage = 1
|
||||||
except:
|
except ModuleNotFoundError:
|
||||||
OPTS.coverage = 0
|
OPTS.coverage = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue