Skip to content

Commit

Permalink
forgot to add edition_list to listfields
Browse files Browse the repository at this point in the history
  • Loading branch information
eshellman committed Sep 24, 2015
1 parent 8b78f7d commit 71377de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitenberg/metadata/pandata.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def subject_representer(dumper, subject):
'illustrators',
]
PANDATA_LISTFIELDS = PANDATA_AGENTFIELDS + [
'subjects', 'covers',
'subjects', 'covers', 'edition_list',
]
PANDATA_DICTFIELDS = [
'identifiers', 'creator', 'contributor', 'edition_identifiers',
Expand Down

0 comments on commit 71377de

Please sign in to comment.