Fixed syntax error.
This commit is contained in:
parent
2277523f3c
commit
3b01fc3b05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue