Skip to content

Commit

Permalink
fix: ensure processed_value is used for timestamp suffix (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers authored and mauromsl committed Nov 26, 2024
1 parent b1a2911 commit 7fd3c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def mint_supp_file_doi(supp_file, doi=None):
).processed_value,
'timestamp_suffix': setting_handler.get_setting(
'crossref', 'crossref_date_suffix', article.journal,
),
).processed_value,
'parent_doi': article_doi,
'doi': doi,
'now': datetime.datetime.now(),
Expand Down

0 comments on commit 7fd3c7a

Please sign in to comment.