fix livemedia report text
This commit is contained in:
parent
0a4eabf9ce
commit
ed215addd9
1 changed files with 2 additions and 2 deletions
|
|
@ -2467,8 +2467,8 @@ class BuildLiveMediaTask(BuildImageTask):
|
|||
|
||||
# report the results
|
||||
if opts.get('scratch'):
|
||||
respath = os.path.join(koji.pathinfo.work(),
|
||||
koji.pathinfo.taskrelpath(create_task_id))
|
||||
respath = ', '.join(
|
||||
[os.path.join(koji.pathinfo.work(), koji.pathinfo.taskrelpath(tid)) for tid in subtasks.values()])
|
||||
report = 'Scratch '
|
||||
else:
|
||||
respath = koji.pathinfo.imagebuild(bld_info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue