mirror of
https://github.com/openSUSE/osc.git
synced 2025-10-16 05:39:27 +02:00
do not pass '' with commit message
This commit is contained in:
@@ -3147,7 +3147,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
if opts.message:
|
||||
cmd_list.append("-m")
|
||||
cmd_list.append("'%s'" % opts.message)
|
||||
cmd_list.append(opts.message)
|
||||
|
||||
if opts.just_edit:
|
||||
cmd_list.append("-e")
|
||||
|
Reference in New Issue
Block a user