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 21f738b commit 19599a8Copy full SHA for 19599a8
1 file changed
games/game_finalfantasy7remake.py
@@ -47,6 +47,8 @@ def _active_mod_paths(self) -> Iterable[Path]:
47
yield mods_parent_path / mod
48
49
def _active_mod_mappings(self, mod_paths: List[Path]) -> Iterable[mobase.Mapping]:
50
+ if not mod_paths:
51
+ return
52
pak_priority_digits = math.floor(math.log10(len(mod_paths))) + 1
53
54
for priority, mod_path in enumerate(mod_paths):
0 commit comments