Skip to content

Commit

Permalink
Fix CI for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Aug 7, 2024
1 parent 315e9f4 commit 4fff3fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_6_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ def get_value(self, res: SafeJSON) -> BibtexEntry:
"--overwrite",
"booktitle",
"--overwrite=journal",
"-pw=month",
"-pw",
"month",
]
+ ["-w=" + field for field in SELECTION2],
[("overwrite-selection-prefix.btac.bib.exp", "input.btac.bib")],
Expand Down

0 comments on commit 4fff3fa

Please sign in to comment.