diff --git a/managers/sfrRecord.py b/managers/sfrRecord.py index ae2d2916e8..07518bd419 100644 --- a/managers/sfrRecord.py +++ b/managers/sfrRecord.py @@ -391,7 +391,7 @@ def saveEdition(self, edition): # Set Edition Data if len(edition['edition_data']): - editionStmt, editionNo = tuple(edition['edition_data'].most_common(1)[0][0].split('|')) + editionStmt, editionNo, *_ = tuple(edition['edition_data'].most_common(1)[0][0].split('|')) newEd.edition_statement = editionStmt try: newEd.edition = int(editionNo)