niftools / nifxml

A repository for the nif.xml file, which contains the nif file format description.
http://www.niftools.org
GNU General Public License v3.0
37 stars 43 forks source link

Formatting pep pass #81

Closed neomonkeus closed 4 years ago

neomonkeus commented 4 years ago

Fix issue with Enum not setting bit correctly causing docs to not generate.

if option.hasAttribute("bit"):
    option.setAttribute('value', option.getAttribute("bit"))

Just a quick formatting passing.

neomonkeus commented 4 years ago

Duplicate