mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
- do_results: fixed --xml output
This commit is contained in:
parent
5d84695beb
commit
e493771454
@ -3661,7 +3661,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
|
|
||||||
args = [ apiurl, project, package, opts.last_build, opts.repo, opts.arch ]
|
args = [ apiurl, project, package, opts.last_build, opts.repo, opts.arch ]
|
||||||
if opts.xml:
|
if opts.xml:
|
||||||
print show_results_meta(*args)
|
print ''.join(show_results_meta(*args)),
|
||||||
elif opts.csv:
|
elif opts.csv:
|
||||||
print '\n'.join(format_results(get_package_results(*args), opts.format))
|
print '\n'.join(format_results(get_package_results(*args), opts.format))
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user