Commit 5cf24b8c authored by wenjie.zheng's avatar wenjie.zheng

Interaction.py: fix interaction guard getter which doesn't update guard.

parent 9c4f4b74
...@@ -98,8 +98,7 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject): ...@@ -98,8 +98,7 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject):
return res return res
def getGuard(self): def getGuard(self):
if self.guard is None: self.generateGuard()
self.generateGuard()
return self.guard return self.guard
def generateGuard(self): def generateGuard(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment