Add black
This commit is contained in:
@@ -5,6 +5,7 @@ import zipfile
|
||||
from lmm.const import LMM_GAMES_PATH
|
||||
from lmm.games.bg3 import GAME_NAME
|
||||
|
||||
|
||||
def install_mod(mod: Path):
|
||||
match mod.suffix:
|
||||
case ".zip":
|
||||
@@ -12,6 +13,7 @@ def install_mod(mod: Path):
|
||||
case _:
|
||||
print("Unknown mod")
|
||||
|
||||
|
||||
def install_zip_mod(mod: Path):
|
||||
# Inspect the archive to see if it's a PAK mod
|
||||
with zipfile.ZipFile(mod, "r") as f:
|
||||
|
||||
Reference in New Issue
Block a user