We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e511cfb commit d7d8094Copy full SHA for d7d8094
1 file changed
games/game_kingdomcomedeliverance2.py
@@ -64,7 +64,7 @@ def _write_mod_order(self, app_path: str, wd: QDir, args: str) -> bool:
64
mods_path = Path(self._organizer.modsPath())
65
mod_order_path = Path(self._organizer.overwritePath()) / "mod_order.txt"
66
67
- mod_ids = []
+ mod_ids: list[str] = []
68
for mod_name in modlist.allModsByProfilePriority():
69
if not (modlist.state(mod_name) & mobase.ModState.ACTIVE):
70
continue
0 commit comments