mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Changelog, dogs
This commit is contained in:
parent
c283a328e0
commit
91fd821bcc
4 changed files with 24 additions and 6 deletions
|
@ -375,7 +375,6 @@ class DayOne(Journal):
|
|||
}
|
||||
plistlib.writePlist(entry_plist, filename)
|
||||
for entry in self._deleted_entries:
|
||||
print "DELETING", entry.uuid, entry.title
|
||||
filename = os.path.join(self.config['journal'], "entries", entry.uuid+".doentry")
|
||||
os.remove(filename)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue