|
@@ -60,9 +60,8 @@ class ModelverseKernel(object):
|
|
|
("RV", [self.inst]),
|
|
|
]
|
|
|
if self.new_debug is not None:
|
|
|
- if len(self.debug_info[username]) > 0:
|
|
|
+ if self.debug_info[username]:
|
|
|
self.debug_info[username][-1], = yield [("RV", [self.new_debug])]
|
|
|
- print(self.debug_info[username])
|
|
|
|
|
|
if self.phase_v == "finish":
|
|
|
gen = self.helper_init(user_root)
|