mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +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 ]
|
||||
if opts.xml:
|
||||
print show_results_meta(*args)
|
||||
print ''.join(show_results_meta(*args)),
|
||||
elif opts.csv:
|
||||
print '\n'.join(format_results(get_package_results(*args), opts.format))
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user