Commit e9d7e562 authored by wenjie.zheng's avatar wenjie.zheng

Variable.py: change ocontentValues() to objectValues().

parent 1228aa60
......@@ -89,10 +89,8 @@ class Variable(XMLObject):
def getInfoGuard(self):
if self.info_guard is not None:
return self.info_guard
else:
self.generateGuard()
return self.guard
return self.info_guard
def getInfoGuardSummary(self):
res = None
......
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