From db4aeca47dd5fca4fce3b2918ae29780870cc671 Mon Sep 17 00:00:00 2001 From: Shredmetal <131475927+Shredmetal@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:48:13 +0800 Subject: [PATCH] Update mod_ac_loadout_puller.py removed extraneous comment --- scripts/python/mod_ac_loadout_puller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python/mod_ac_loadout_puller.py b/scripts/python/mod_ac_loadout_puller.py index 746ee34f..7124e473 100644 --- a/scripts/python/mod_ac_loadout_puller.py +++ b/scripts/python/mod_ac_loadout_puller.py @@ -1,6 +1,6 @@ import os -# save DCS.openbeta\\mods\\aircraft path as variable (you will need to put in the path to your own directory) +# save DCS.openbeta\\mods\\aircraft path as variable path = f"{os.environ['UserProfile']}\\Saved Games\\DCS.openbeta\\Mods\\aircraft" # write everything to a working file - to be deleted after getting rid of unnecessary trailing commas