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 Python 3.12: SyntaxWarning: invalid escape sequence '\s' (closes #1312) #1313

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

u1735067
Copy link

@u1735067 u1735067 commented Jun 3, 2024

This fixes #1312 (Python 3.12: SyntaxWarning: invalid escape sequence '\s' (tty.py:55)) by using the Python raw string syntax where \ are not evaluated.

@u1735067
Copy link
Author

u1735067 commented Jul 1, 2024

I don't think the following error is related to my change, maybe a dependency?

======================================================================
ERROR: test_device_facts (tests.unit.test_device.TestDevice)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/unittest/mock.py", line 1336, in patched
    return func(*newargs, **newkeywargs)
  File "/home/runner/work/py-junos-eznc/py-junos-eznc/tests/unit/test_device.py", line 526, in test_device_facts
    assert self.dev.facts["version"] == facts["version"]
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/jnpr/junos/factcache.py", line 119, in __getitem__
    raise RuntimeError(
RuntimeError: The jnpr.junos.facts.get_software_information module returned the model fact, but does not list model as a provided fact. Please report this error.

But if so, I'm not familiar enough with the codebase to understand why, sorry.

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.

Python 3.12: SyntaxWarning: invalid escape sequence '\s' (tty.py:55)
1 participant