0008380: tag_map is not initialized
This commit is contained in:
parent
63a8a2955d
commit
1452b499ff
@ -355,6 +355,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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user