Skip to content
New issue

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

Fix invalid syntax deprecation warning in regex #52

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Fix invalid syntax deprecation warning in regex #52

merged 1 commit into from
Nov 5, 2021

Conversation

amureki
Copy link
Contributor

@amureki amureki commented Nov 5, 2021

Solves

pytest_translations/po_spelling.py:82
  pytest-translations/pytest_translations/po_spelling.py:82: DeprecationWarning: invalid escape sequence '\%'
    text = re.sub('\%\(.*?\)', '', text)

Solve `DeprecationWarning: invalid escape sequence '\%'`
@codecov
Copy link

codecov bot commented Nov 5, 2021

Codecov Report

Merging #52 (bfb8322) into master (8d7661f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   94.14%   94.14%           
=======================================
  Files           6        6           
  Lines         188      188           
=======================================
  Hits          177      177           
  Misses         11       11           
Impacted Files Coverage Δ
pytest_translations/po_spelling.py 89.47% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d7661f...bfb8322. Read the comment docs.

@syphar syphar merged commit e1f3314 into thermondo:master Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants