1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

slash separate sm output

This commit is contained in:
Ludwig Nussel 2012-01-13 09:43:27 +01:00
parent 0f2e8e257d
commit 0bdd0a676e

View File

@ -2737,7 +2737,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.dryrun:
for r in result.findall('package'):
print " ", r.get('project'), r.get('package')
print "%s/%s"%(r.get('project'), r.get('package'))
return
print "Project " + result + " created."