From 8b57b549fe79ff5950f7dc118d8e2fd0638bc2e5 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Sat, 9 Mar 2024 06:16:25 -0600 Subject: [PATCH] Update launch.py --- launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.py b/launch.py index dbef17a..df79c61 100644 --- a/launch.py +++ b/launch.py @@ -49,7 +49,7 @@ def env_defined(key): depot_parts = depot.split(",") depot_dir = f"/steamcmd/linux32/steamapps/content/app_233780/depot_{depot_parts[0]}/" for file in os.listdir(depot_dir): - shutil.copytree(depot_dir + file, f"/arma3/", dirs_exist_ok=True) + shutil.copytree(depot_dir + file, "/arma3/", dirs_exist_ok=True) print(f"Moved {file} to /arma3") # Mods