Reduce wait time after removing old launchers
This commit is contained in:
parent
4701ef77fd
commit
4bdab51e34
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ def generate_launcher(section, name, options):
|
||||||
os.makedirs(dest, exist_ok=True)
|
os.makedirs(dest, exist_ok=True)
|
||||||
if os.path.exists(full_path):
|
if os.path.exists(full_path):
|
||||||
remove_item(full_path)
|
remove_item(full_path)
|
||||||
sleep(1)
|
sleep(0.25)
|
||||||
|
|
||||||
# Read template and update using f_options
|
# Read template and update using f_options
|
||||||
out_text = []
|
out_text = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue