From 3b01fc3b052662f81da404a31dc6425982eef6f1 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 9 Dec 2023 23:36:54 +0100 Subject: [PATCH] Fixed syntax error. --- loaih/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaih/script.py b/loaih/script.py index 9f012aa..3a64922 100644 --- a/loaih/script.py +++ b/loaih/script.py @@ -102,7 +102,7 @@ def batch(yamlfile, verbose): # folder before first run (to make sure the contents are effectively # fresh). if generic.branch in {'prerelease', 'daily'}: - generic.cleanup_downloads(gvars.download_path, verbose) + generic.cleanup_downloads(gvars['download_path'], verbose) for obj in collection: # Configuration phase