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

Invalid escape sequence message in the log #478

Closed
g1za opened this issue Feb 27, 2025 · 2 comments
Closed

Invalid escape sequence message in the log #478

g1za opened this issue Feb 27, 2025 · 2 comments

Comments

@g1za
Copy link
Contributor

g1za commented Feb 27, 2025

Describe the bug
After upgrading to 0.12.8 I get the following in the log:

[2025-02-27 23:56:27 +0100] [18] [INFO] Starting gunicorn 23.0.0
[2025-02-27 23:56:27 +0100] [18] [INFO] Listening at: http://0.0.0.0:5000 (18)
[2025-02-27 23:56:27 +0100] [18] [INFO] Using worker: gthread
[2025-02-27 23:56:27 +0100] [19] [INFO] Booting worker with pid: 19
/app/.venv/lib/python3.12/site-packages/pulp/tests/test_pulp.py:1776: SyntaxWarning: invalid escape sequence '\d'
"""
/app/.venv/lib/python3.12/site-packages/pulp/tests/test_pulp.py:1950: SyntaxWarning: invalid escape sequence '\d'
command_line, option="strong", grp_pattern="\d+"
[2025-02-27 23:56:32 +0100] [19] [INFO] Obtaining parameters from config.json:

To Reproduce
upgrade to 0.12.8

Home Assistant installation type

  • Home Assistant OS

Your hardware

  • OS: HA OS
  • Architecture: virtualized under Proxmox

EMHASS installation type

  • Add-on
@davidusb-geek
Copy link
Owner

Nothing to worry about and I don’t know what we can do about this one, as that message comes from inside the pulp package. So it's a small bug on their code on a part that is used to check that pulp install and solvers are correct

@g1za
Copy link
Contributor Author

g1za commented Feb 28, 2025

Thanks David, closing it. ;)

@g1za g1za closed this as completed Feb 28, 2025
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

No branches or pull requests

2 participants