|
@@ -64,7 +64,7 @@ class ModelverseKernel(object):
|
|
elif inst_v is None:
|
|
elif inst_v is None:
|
|
raise Exception("%s: error understanding command (%s, %s)" % (self.debug_info, inst_v, phase_v))
|
|
raise Exception("%s: error understanding command (%s, %s)" % (self.debug_info, inst_v, phase_v))
|
|
else:
|
|
else:
|
|
- print("%-30s(%s)" % (inst_v["value"], phase_v))
|
|
|
|
|
|
+ #print("%-30s(%s) -- %s" % (inst_v["value"], phase_v, username))
|
|
gen = getattr(self, "%s_%s" % (inst_v["value"], phase_v))(user_root)
|
|
gen = getattr(self, "%s_%s" % (inst_v["value"], phase_v))(user_root)
|
|
elif inst_v is None:
|
|
elif inst_v is None:
|
|
raise Exception("%s: error understanding command (%s, %s)" % (self.debug_info, inst_v, phase_v))
|
|
raise Exception("%s: error understanding command (%s, %s)" % (self.debug_info, inst_v, phase_v))
|