|
@@ -1093,7 +1093,8 @@ class ModelverseKernel(object):
|
|
|
else:
|
|
|
# No input yet, so just wait and don't advance IP or phase
|
|
|
self.input_value = None
|
|
|
- raise primitive_functions.SleepKernel(0.1, True)
|
|
|
+ ex = primitive_functions.SleepKernel(0.1, True)
|
|
|
+ raise ex
|
|
|
|
|
|
def output_init(self, task_root):
|
|
|
task_frame, = yield [("RD", [task_root, "frame"])]
|