Bug Report
Describe the bug
Hazus config builder can not use the param "attributes" due to a type on line 58. This is used to select building type and damage type.
self.attribues = attributes
Other bug report items not really relevant here. The above line works if changed to:
self.attributes = attributes