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

Warning on start #65

Open
gilcu3 opened this issue Aug 26, 2024 · 1 comment
Open

Warning on start #65

gilcu3 opened this issue Aug 26, 2024 · 1 comment

Comments

@gilcu3
Copy link

gilcu3 commented Aug 26, 2024

I am getting:

/usr/lib/python3.12/site-packages/passhole/passhole.py:52: SyntaxWarning: invalid escape sequence '\|'
  symbolic = '!@#$%^&*()_+-=[]{};:'"<>,./?\|`~"

probably caused by python 3.12 if it is not happening for others.

@Evidlo
Copy link
Owner

Evidlo commented Aug 26, 2024

This should probably be changed to a raw string to avoid the warning.

Thanks for reporting.

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

4 participants
@gilcu3 @Evidlo and others