Fix silly cut/paste problem.
This commit is contained in:
parent
48c2c36de6
commit
e485a9c035
|
@ -212,7 +212,7 @@ class Import:
|
|||
if node.hasAttribute("fastStoreHudCache"):
|
||||
self.fastStoreHudCache = node.getAttribute("fastStoreHudCache")
|
||||
else:
|
||||
self.saveActions = False
|
||||
self.fastStoreHudCache = False
|
||||
|
||||
def __str__(self):
|
||||
return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s\n saveActions = %s\n fastStoreHudCache = %s\n" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user