0008380: tag_map is not initialized

This commit is contained in:
kulath 2015-02-28 20:49:22 +00:00
parent b1457f24e6
commit 79942b1d00

View File

@ -400,6 +400,7 @@ class DbBsddbRead(DbReadBase, Callback):
self.citation_map = {}
self.repository_map = {}
self.note_map = {}
self.tag_map = {}
self.media_map = {}
self.event_map = {}
self.metadata = {}