Skip to content

Commit

Permalink
Merge pull request #228 from AmpelProject/journalupdatefix
Browse files Browse the repository at this point in the history
Journal update as dict.
  • Loading branch information
vbrinnel authored Sep 14, 2023
2 parents e9f22d7 + 92129ab commit 8618633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampel/t2/T2Worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def process_doc(self,
)

if ret.journal:
jrec.update(ret.journal) # type: ignore
jrec.update(ret.journal.dict()) # type: ignore
activity['action'] |= MetaActionCode.EXTRA_JOURNAL
jrec['action'] |= JournalActionCode.T2_EXTRA_JOURNAL

Expand Down

0 comments on commit 8618633

Please sign in to comment.