Skip to content

Commit 6b1c299

Browse files
committed
Remove line that runs tests for the pre4 release
1 parent 32ce9b4 commit 6b1c299

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
* Make sure that built exes don't run the tests every time they convert something.
2-
* Check if commenting out "ini_rules.apply_rules_on_ini_cst(ini_cst)" in convert.py and some other lines results in outputted mod INI files being identical.
1+
* Check if commenting out "ini_rules.apply_rules_on_ini_cst(ini_cst)" in convert.py and some other lines results in outputted mod INI files being identical.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if __name__ == '__main__':
1313
try: # TODO: The VS Code Python debugger isn't able to catch exceptions due to this.
1414
gui.init_window_theme()
15-
tests.run()
15+
# tests.run()
1616
gui.run_window(gui.init_window())
1717
except Exception as e:
1818
sg.popup_error("AN EXCEPTION OCCURRED!\n\nYou should make a screenshot of this and either make a GitHub issue for this by clicking the GitHub icon in this program, or you can send it to MyNameIsTrez#1585 on Discord.\n" + "_" * 60, traceback.format_exc(), title="AN EXCEPTION OCCURRED!")

0 commit comments

Comments
 (0)