We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, and thanks for this great project.
I'm running Sickle on Python 3.8.5, but this issue seems to be valid for Python 3.6 upwards due to a change in re it seems.
Sickle
re
sickle/sickle/utils.py
Line 20 in 14ef88e
pytest
venv/lib/python3.8/site-packages/sickle/utils.py:20 /home/user/src/venv/lib/python3.8/site-packages/sickle/utils.py:20: DeprecationWarning: invalid escape sequence \{ return re.search('(\{.*\})', element.tag).group(1) -- Docs: https://docs.pytest.org/en/stable/warnings.html
Seems to be something that's promising an easy fix, and I'll see if I can find the time to submit a PR for this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, and thanks for this great project.
I'm running
Sickle
on Python 3.8.5, but this issue seems to be valid for Python 3.6 upwards due to a change inre
it seems.sickle/sickle/utils.py
Line 20 in 14ef88e
pytest
for this specific instance):Seems to be something that's promising an easy fix, and I'll see if I can find the time to submit a PR for this.
The text was updated successfully, but these errors were encountered: