mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46:15 +01:00
- fixed do_submitrequest
This commit is contained in:
parent
bcbcf6426c
commit
d75888fbd4
@ -762,8 +762,7 @@ class Osc(cmdln.Cmdln):
|
||||
|
||||
if not opts.yes:
|
||||
if pi:
|
||||
str=", "
|
||||
print "Submitting patchinfo ", str.join(pi), " to ", str.join(targetprojects)
|
||||
print "Submitting patchinfo ", ', '.join(pi), " to ", ', '.join(targetprojects)
|
||||
print "\nEverything fine? Can we create the requests ? [y/n]"
|
||||
if sys.stdin.read(1) != "y":
|
||||
sys.exit("Aborted...")
|
||||
|
Loading…
Reference in New Issue
Block a user