1
0
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:
Marcus Huewe 2011-02-17 01:30:19 +01:00
parent 5d84695beb
commit e493771454

View File

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