mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
fix: initialize string
This commit is contained in:
parent
cee9052dea
commit
5cb4f69500
@ -85,6 +85,7 @@ def get_mod_size(path: Path) -> float:
|
||||
|
||||
|
||||
def get_custom_mods(path: Path) -> list[Any]:
|
||||
# TODO: rename this function for clarity ("get local vs. get custom")
|
||||
mods = get_local_mods(path)
|
||||
# TODO: error handling
|
||||
return parse_mods(mods, use_custom=True)
|
||||
|
||||
@ -95,6 +95,7 @@ class OfflineManager:
|
||||
)
|
||||
combined_mods.extend(new_symlinks)
|
||||
|
||||
relative_link = ""
|
||||
if len(mission) > 0:
|
||||
relative_link = symlink_mission(Path(steam_path), mission)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user