mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Remove some flake8 errors/warnings.
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ def info(lev, str):
|
||||
frm = inspect.stack()[1]
|
||||
mod = inspect.getmodule(frm[0])
|
||||
# classname = frm.f_globals['__name__']
|
||||
if mod.__name__ == None:
|
||||
if mod.__name__ is None:
|
||||
class_name = ""
|
||||
else:
|
||||
class_name = mod.__name__
|
||||
|
||||
Reference in New Issue
Block a user