mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 18:36:43 +01:00
metadata editor fix: properly save storted comment
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
c45650013e
commit
680390855d
1 changed files with 2 additions and 0 deletions
|
@ -668,6 +668,8 @@ class PonysayTool():
|
|||
data[key] += '\n' + value.strip(' ')
|
||||
else:
|
||||
comment.append(line)
|
||||
else:
|
||||
comment.append(line)
|
||||
|
||||
cut = 0
|
||||
while (len(comment) > cut) and (len(comment[cut]) == 0):
|
||||
|
|
Loading…
Reference in a new issue