Fixed some misbehaviours regarding question() + added #import functionality when restoring

This commit is contained in:
2020-09-23 20:08:15 +02:00
parent 17c74d3808
commit eeeed0f110
20 changed files with 164 additions and 83 deletions
+2 -1
View File
@@ -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,