From 4bdab51e342ac34002cec31aaba1403ef935c063 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Tue, 21 Nov 2017 15:00:49 -0800 Subject: [PATCH] Reduce wait time after removing old launchers --- .bin/Scripts/functions/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/functions/update.py b/.bin/Scripts/functions/update.py index 2f3474e1..0f71a393 100644 --- a/.bin/Scripts/functions/update.py +++ b/.bin/Scripts/functions/update.py @@ -104,7 +104,7 @@ def generate_launcher(section, name, options): os.makedirs(dest, exist_ok=True) if os.path.exists(full_path): remove_item(full_path) - sleep(1) + sleep(0.25) # Read template and update using f_options out_text = []