|
@@ -2848,7 +2848,7 @@ class LevelStyleManager:
|
|
|
(dnaType == 'toon_landmark')):
|
|
(dnaType == 'toon_landmark')):
|
|
|
dnaList = self.getCatalogCodes(dnaType)
|
|
dnaList = self.getCatalogCodes(dnaType)
|
|
|
elif (dnaType == 'sign'):
|
|
elif (dnaType == 'sign'):
|
|
|
- dnaList = [None] + self.getCatalogCodes(dnaType)
|
|
|
|
|
|
|
+ dnaList = [None] + [''] + self.getCatalogCodes(dnaType)
|
|
|
else:
|
|
else:
|
|
|
dnaList = [None] + self.getCatalogCodesSuffix(dnaType, '_ur')
|
|
dnaList = [None] + self.getCatalogCodesSuffix(dnaType, '_ur')
|
|
|
# Add dnaCodes to attribute dictionary
|
|
# Add dnaCodes to attribute dictionary
|