mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-11 09:36:14 +02:00
Fix failing behave tests
This commit is contained in:
parent
61739dd3b0
commit
ae47c5bb80
4 changed files with 25 additions and 3 deletions
|
@ -50,6 +50,7 @@ class DayOne(Journal.Journal):
|
|||
entry.tags = [self.config['tagsymbols'][0] + tag for tag in dict_entry.get("Tags", [])]
|
||||
self.entries.append(entry)
|
||||
self.sort()
|
||||
return self
|
||||
|
||||
def write(self):
|
||||
"""Writes only the entries that have been modified into plist files."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue