mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 11:08:01 +02:00
Fix print errors in code format unit test.
This commit is contained in:
@@ -97,6 +97,10 @@ log.create_file = True
|
||||
|
||||
def info(lev, str):
|
||||
from globals import OPTS
|
||||
# 99 is a special never print level
|
||||
if lev == 99:
|
||||
return
|
||||
|
||||
if (OPTS.verbose_level >= lev):
|
||||
frm = inspect.stack()[1]
|
||||
mod = inspect.getmodule(frm[0])
|
||||
|
||||
Reference in New Issue
Block a user