mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-22 21:16:16 +01:00
slash separate sm output
This commit is contained in:
parent
0f2e8e257d
commit
0bdd0a676e
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user