Catalog-creation tweaks.
This commit is contained in:
parent
d930779381
commit
99026272a1
2 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,8 @@ featureTags = [
|
||||||
"etops",
|
"etops",
|
||||||
"floats",
|
"floats",
|
||||||
"amphibious",
|
"amphibious",
|
||||||
"airship"
|
"airship",
|
||||||
|
"aerobatic"
|
||||||
]
|
]
|
||||||
|
|
||||||
propulsionTags = [
|
propulsionTags = [
|
||||||
|
|
|
@ -120,6 +120,7 @@ class PackageData:
|
||||||
if foundPrimary:
|
if foundPrimary:
|
||||||
if not foundMultiple:
|
if not foundMultiple:
|
||||||
print "Multiple primary -set.xml files at:" + self.path
|
print "Multiple primary -set.xml files at:" + self.path
|
||||||
|
print "\t" + p
|
||||||
foundMultiple = True
|
foundMultiple = True
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue