Fixed syntax error.

This commit is contained in:
emiliano.vavassori 2023-12-09 23:36:54 +01:00
parent 2277523f3c
commit 3b01fc3b05
1 changed files with 1 additions and 1 deletions

View File

@ -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