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

Make docstring escape sequence proof #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maltevesper
Copy link

Matters on Windows, where the path can contain backslashes, i.e.
C:\User... -> unknown unicode escape sequence.

image

Simply making the docstring in the template a raw string avoids the issue.

Matters on Windows, where the path can contain backslashes, i.e.
C:\User\... -> unknown unicode escape sequence.
@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #43 (4ae2274) into main (5853f9b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   93.39%   93.39%           
=======================================
  Files          18       18           
  Lines         560      560           
=======================================
  Hits          523      523           
  Misses         37       37           
Flag Coverage Δ
unittests 93.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pytest_docker_tools/builder.py 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 5853f9b...4ae2274. Read the comment docs.

@maltevesper
Copy link
Author

@Jc2k : What do I need to do to get this (tiny, but vital) fix merged?

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.

None yet

1 participant