Merge #135 fix image path in list_archive_files

This commit is contained in:
Mike McLean 2016-08-16 19:19:45 +00:00
commit 104078594b

View file

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