Skip to content

Commit

Permalink
test open info summary creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkan-aot2 authored Dec 18, 2024
1 parent 0ffcc40 commit fd6eea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def processmessage(self,incomingmessage):
divisioname = None
if len(messageattributes)>1:
filesobj=(next(item for item in messageattributes if item['divisionid'] == divisionid))['files'][0]
divisioname=(next(item for item in messageattributes if item['divisionid'] == divisionid))['divisionname'] if category not in ('responsepackage','oipcreviewredline') else None
divisioname=(next(item for item in messageattributes if item['divisionid'] == divisionid))['divisionname'] if category not in ('responsepackage','oipcreviewredline', 'publicationpackage') else None

else:
filesobj= messageattributes[0]['files'][0]
Expand Down

0 comments on commit fd6eea1

Please sign in to comment.