images: repo typo (comma goes tuple), logging/exception handling
This commit is contained in:
parent
f09deaa9a5
commit
becde79172
3 changed files with 6 additions and 5 deletions
2
image.py
2
image.py
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue