fix: typo

This commit is contained in:
aclist 2026-06-17 22:13:17 +09:00
parent 1fe66076c6
commit f4d065d766

View File

@ -37,7 +37,7 @@ class OfflineManager:
self.local_mods: list[str] | None
self.custom_mods: list[str] | None
# TODO; more robust test
# TODO: more robust test
def is_custom_folder_valid(self, folder: str) -> bool:
return Path(folder).exists()