1
0
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:
Dr. Peter Poeml 2007-07-24 10:35:08 +00:00
parent 63d6dede67
commit 31953fbbe4

View File

@ -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()