Improved PyhtonEvaluator in order to use methods that need context

This commit is contained in:
2020-05-18 22:35:59 +02:00
parent c822ff6a7f
commit 95dc147bbd
14 changed files with 187 additions and 74 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class SheerkaExecute(BaseService):
super().__init__(sheerka)
def initialize(self):
self.sheerka.bind_service_method(self, SheerkaExecute.execute)
self.sheerka.bind_service_method(self.execute)
def call_parsers(self, context, return_values):