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