Fixed some misbehaviours regarding question() + added #import functionality when restoring
This commit is contained in:
@@ -26,7 +26,8 @@ class PostExecutionEvaluator(OneReturnValueEvaluator):
|
||||
|
||||
def eval(self, context, return_value):
|
||||
# only support the rule for the COMMANDS
|
||||
body = return_value.body.body
|
||||
#body = return_value.body.body
|
||||
body = context.sheerka.objvalue(return_value)
|
||||
return context.sheerka.ret(
|
||||
self.name,
|
||||
True,
|
||||
|
||||
Reference in New Issue
Block a user