Commit 06d0134
authored
Fix invalid escape sequence in regex (#365)
* Fix invalid escape sequence in regex
Updated the regex in pandoc_download.py to correctly escape the period character.
This change resolves the SyntaxWarning triggered by an invalid escape sequence and ensures compatibility with future Python versions.
* Correct regex to ensure proper URL matching
Adjusted the regex to fix URL matching issues identified during CI tests, ensuring effective Pandoc downloads.1 parent 7b65192 commit 06d0134
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments