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:
|
||||
import coverage
|
||||
OPTS.coverage = 1
|
||||
except:
|
||||
except ModuleNotFoundError:
|
||||
OPTS.coverage = 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue