mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 13:48:43 +02:00
- always add a newline (even if no template is specified so that the user can directly enter the msg)
This commit is contained in:
@@ -2017,7 +2017,7 @@ def edit_message(footer='', template=''):
|
||||
f = os.fdopen(fd, 'w')
|
||||
if template != '':
|
||||
f.write(template)
|
||||
f.write('\n')
|
||||
f.write('\n')
|
||||
f.write(delim)
|
||||
f.close()
|
||||
mtime_orig = os.stat(filename).st_mtime
|
||||
|
Reference in New Issue
Block a user