mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 10:16:14 +01:00
append missing newline if do_commits=False [#293672]
This commit is contained in:
parent
63d6dede67
commit
31953fbbe4
@ -916,6 +916,8 @@ class Osc(cmdln.Cmdln):
|
||||
p.rev = p.commit(msg=msg)
|
||||
print
|
||||
print 'Committed revision %s.' % p.rev
|
||||
else:
|
||||
print
|
||||
|
||||
p.update_local_filesmeta()
|
||||
p.write_deletelist()
|
||||
|
Loading…
Reference in New Issue
Block a user