Fix mergeoverwrite from reporting same info nine times
svn: r17118
This commit is contained in:
parent
0df58582b2
commit
400befdaef
@ -213,7 +213,7 @@ class ImportInfo(object):
|
||||
|
||||
This creates the datastructures to hold info
|
||||
"""
|
||||
self.data_mergeoverwrite = [{}] * 9
|
||||
self.data_mergeoverwrite = [{}, {}, {}, {}, {}, {}, {}, {}, {}]
|
||||
self.data_newobject = [0] * 9
|
||||
self.data_relpath = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user