1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-26 12:12:11 +01:00

do not pass '' with commit message

This commit is contained in:
Michal Vyskocil 2009-06-01 12:16:17 +00:00
parent 53eb08ffa3
commit ee9ae8dcb1

View File

@ -3147,7 +3147,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.message: if opts.message:
cmd_list.append("-m") cmd_list.append("-m")
cmd_list.append("'%s'" % opts.message) cmd_list.append(opts.message)
if opts.just_edit: if opts.just_edit:
cmd_list.append("-e") cmd_list.append("-e")