Skip to content

Conversation

@syusuke9999
Copy link
Contributor

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.

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.
@JessicaTegner
Copy link
Owner

@syusuke9999 it seems that this change breaks the download pandoc functionality in the CI pipeline. Could you take a look at this

Adjusted the regex to fix URL matching issues identified during CI tests, ensuring effective Pandoc downloads.
@syusuke9999
Copy link
Contributor Author

Thanks for the feedback, @JessicaTegner. I've adjusted the regex to fix the CI download issues and verified that it now works as intended. Please review the changes at your convenience.

@JessicaTegner
Copy link
Owner

@syusuke9999 seems good to me. Thank you so much for the pr :)

@JessicaTegner JessicaTegner merged commit 06d0134 into JessicaTegner:master Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants