cortex-command-community / Cortex-Command-Legacy-Mod-Converter

MIT License
4 stars 5 forks source link

Make CCCP not accept spaces in front of depth tabs and then change tab counting accordingly in the converter #105

Closed MyNameIsTrez closed 1 year ago

MyNameIsTrez commented 3 years ago

The if counting_tabs and char.isspace(): on roughly line 170 of ini_parser.py's get_line_data() should be edited to throw an error when counting_tabs == True and char == " "

MyNameIsTrez commented 1 year ago

Closing old issues.