From f5534ebe4c9071749ed8ddc4bee7f6b48c9e8f8e Mon Sep 17 00:00:00 2001 From: drepeeters Date: Thu, 9 Nov 2023 15:29:12 +0100 Subject: [PATCH] Add double backward slash after pdf:pdf --- scripts/get_biblatex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_biblatex.py b/scripts/get_biblatex.py index e3c0003..fa0a407 100644 --- a/scripts/get_biblatex.py +++ b/scripts/get_biblatex.py @@ -177,7 +177,7 @@ def get_bib_text(self): f"{tab}year = {{{year}}}, {newline}" \ f"{tab}abstract = {{{abstract}}}, {newline}" \ f"{tab}url = {{{response_json['URL']}}}, {newline}" \ - f"{tab}file = {{{author_abbreviation}.pdf:pdf\\{author_abbreviation}.pdf:PDF}}, {newline}" \ + f"{tab}file = {{{author_abbreviation}.pdf:pdf\\\\{author_abbreviation}.pdf:PDF}}, {newline}" \ f"{tab}optnote = {{{optnote}}}, {newline}" \ f"{tab}journal = {{{journal}}}, {newline}" \ f"{tab}automatic = {{yes}}, {newline}" \