Skip to content

Commit

Permalink
Auto-format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
michamos committed Oct 14, 2024
1 parent 6dacbcd commit 729a023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/fix-rupac2021-fulltexts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

FULLTEXT_URL = "https://jacow.org/rupac2021/papers/{}.pdf"


class FixRupac2021Fulltexts(SearchCheckDo):
"""Fix fulltexts for RuPAC 2021 (Alushta, Crimea)."""

Expand All @@ -23,5 +24,5 @@ def do(record, logger, state):
artid = artids[0].lower()
record["documents"] = [{"url": FULLTEXT_URL.format(artid)}]

FixRupac2021Fulltexts()

FixRupac2021Fulltexts()

0 comments on commit 729a023

Please sign in to comment.