images: repo typo (comma goes tuple), logging/exception handling

This commit is contained in:
InsanePrawn 2021-09-29 02:35:53 +02:00
parent f09deaa9a5
commit becde79172
3 changed files with 6 additions and 5 deletions

View file

@ -134,7 +134,7 @@ def cmd_build():
packages_dir = config.file['paths']['packages']
if os.path.exists(packages_dir):
url = f'file://{packages_dir}/$repo',
url = f'file://{packages_dir}/$repo'
else:
url = 'https://gitlab.com/kupfer/packages/prebuilts/-/raw/main/$repo'
extra_repos = {repo: {'Server': url} for repo in REPOSITORIES}