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

escape * to prevent topics that contain it from not matching #227

Merged
merged 2 commits into from
Aug 2, 2022

Conversation

Daenara
Copy link
Contributor

@Daenara Daenara commented Jul 30, 2022

Fix for issue in #226

@koenvervloesem
Copy link
Member

The code linter (which you can also run locally with make check) fails with:

/home/runner/work/rhasspy-hermes-app/rhasspy-hermes-app/rhasspyhermes_app/__init__.py:566:54: W605 invalid escape sequence '\*'

Can you check whether it still matches your topic with * if you change to r-strings as suggested by Invalid escape sequence 'x' (W605)?

@koenvervloesem koenvervloesem merged commit 0fdcd5e into rhasspy:master Aug 2, 2022
@koenvervloesem
Copy link
Member

Thanks!

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.

2 participants