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 warning about illegal escape character #2846

Closed
hmpf opened this issue Feb 29, 2024 · 0 comments · Fixed by #2848
Closed

Fix warning about illegal escape character #2846

hmpf opened this issue Feb 29, 2024 · 0 comments · Fixed by #2848
Assignees
Labels

Comments

@hmpf
Copy link
Contributor

hmpf commented Feb 29, 2024

When testing on github, during at least unit-py37-django32, there's the following warning:

   python/nav/smidumps/DNOS-SWITCHING-MIB.py:10065
    /home/runner/work/nav/nav/python/nav/smidumps/DNOS-SWITCHING-MIB.py:10065: DeprecationWarning: invalid escape sequence \c
      only if the Transfer Mode is TFTP.""",
  python/nav/smidumps/DNOS-SWITCHING-MIB.py:10486
    /home/runner/work/nav/nav/python/nav/smidumps/DNOS-SWITCHING-MIB.py:10486: DeprecationWarning: invalid escape sequence \c
      download type is not set to code.""",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant