Changelog, dogs

This commit is contained in:
Manuel Ebert 2013-12-22 17:11:32 +01:00
parent c283a328e0
commit 91fd821bcc
4 changed files with 24 additions and 6 deletions

View file

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