MiSTer-devel / Arcade-SpaceInvaders_MiSTer

MiSTer FPGA version of the midway and taito board most known for Space Invaders
3 stars 11 forks source link

Fixing upper case XML tags #27

Closed garrettkapp closed 2 years ago

garrettkapp commented 2 years ago

I've got a python script that is scanning MRA files, and it looks like there is mismatched casing in these two, which causes python to spit out errors like xml.etree.ElementTree.ParseError: mismatched tag: line 7473, column 10

I've changed them to lower case to help fix this