Adjust openram options.

Remove option -d (dontpurge) and replace with keeptemp
Add option -d (debug) to drop into pdb.
Add option -k (--keeptemp) to keep temp files
This commit is contained in:
mrg
2020-11-05 13:12:26 -08:00
parent a52aac5f31
commit 2c76a2680f
12 changed files with 43 additions and 35 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ log.create_file = True
def info(lev, str):
from globals import OPTS
if (OPTS.debug_level >= lev):
if (OPTS.verbose_level >= lev):
frm = inspect.stack()[1]
mod = inspect.getmodule(frm[0])
# classname = frm.f_globals['__name__']