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 #79

Closed neomonkeus closed 3 years ago

neomonkeus commented 4 years ago

Fix failure of version validation by using the Version id attr rather than number, as using number will fail for Bethesda user versioning. Fix issue with Enum not setting bit correctly causing docs to not generate.

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

Apply pep8 formatting