Skip to content

Commit

Permalink
Merge tag '3725_script' into develop
Browse files Browse the repository at this point in the history
Find more errors in invalid articles
  • Loading branch information
Steven-Eardley committed Oct 20, 2023
2 parents 2d2a9c0 + 3b97419 commit 50f4a8f
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 50f4a8f

Please sign in to comment.