Skip to content

Commit

Permalink
Merge branch 'hotfix/3725_script'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Oct 20, 2023
2 parents fc390e7 + 19dd3c4 commit 3b97419
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
bibjson = article.bibjson()
try:
articlesvc.ArticleService._validate_issns(bibjson)
articlesvc.ArticleService.match_journal_with_validation(bibjson)
except exceptions.ArticleNotAcceptable as e:
id = article.id
pissn = bibjson.get_identifiers("pissn")
Expand Down

0 comments on commit 3b97419

Please sign in to comment.