1
0
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:
Marcus Huewe 2009-12-26 14:25:58 +01:00
parent bcbcf6426c
commit d75888fbd4

View File

@ -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...")