Launcher: display window for failed world loads if any (#6058)

This commit is contained in:
Silvris
2026-05-05 00:30:47 -05:00
committed by GitHub
parent 4486510fbc
commit 6d9d340c71
5 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class TestImplemented(unittest.TestCase):
def test_no_failed_world_loads(self):
if failed_world_loads:
self.fail(f"The following worlds failed to load: {failed_world_loads}")
self.fail(f"The following worlds failed to load: {failed_world_loads.keys()}")
def test_prefill_items(self):
"""Test that every world can reach every location from allstate before pre_fill."""