Catalog-creation tweaks.

This commit is contained in:
James Turner 2016-01-14 10:30:34 -06:00
parent d930779381
commit 99026272a1
2 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,8 @@ featureTags = [
"etops",
"floats",
"amphibious",
"airship"
"airship",
"aerobatic"
]
propulsionTags = [

View File

@ -120,6 +120,7 @@ class PackageData:
if foundPrimary:
if not foundMultiple:
print "Multiple primary -set.xml files at:" + self.path
print "\t" + p
foundMultiple = True
continue
else: