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:
parent
53eb08ffa3
commit
ee9ae8dcb1
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user