the call to the parents method makes no sense - deleted; typo corrected
This commit is contained in:
parent
3508d00c28
commit
6a59bee73d
@ -30,7 +30,6 @@ class Data(object):
|
||||
def __init__(self, parent=None, evtdata=None):
|
||||
try:
|
||||
if parent:
|
||||
self.setWFData(parent.getWFFnames())
|
||||
self.comp = parent.getComponent()
|
||||
else:
|
||||
self.comp = 'Z'
|
||||
@ -169,7 +168,7 @@ class GenericDataStructure(object):
|
||||
structExpression.append(tlexp)
|
||||
depth += 1
|
||||
if depth is folderdepth:
|
||||
rootExpression = stexp
|
||||
rootExpression = structexp
|
||||
break
|
||||
structExpression.reverse()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user