Merge #135 fix image path in list_archive_files
This commit is contained in:
commit
104078594b
1 changed files with 1 additions and 1 deletions
|
|
@ -3972,7 +3972,7 @@ def list_archive_files(archive_id, queryOpts=None):
|
|||
image_archive = get_image_archive(archive_info['id'], strict=True)
|
||||
archive_info.update(image_archive)
|
||||
file_path = os.path.join(koji.pathinfo.imagebuild(build_info),
|
||||
koji.pathinfo.imagefile(archive_info))
|
||||
archive_info['filename'])
|
||||
else:
|
||||
return _applyQueryOpts([], queryOpts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue