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:formatting of error message about missing group #211

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

sjjessop
Copy link
Contributor

@sjjessop sjjessop commented Jul 12, 2023

Fix #210

I'm having some difficulties with linters (loads of errors from both flake8 and mypy) and running the tests (one failure) before I made my changes. Probably I haven't set my environment up correctly: certainly tox didn't like it at all and failed to install anything.

My new test passes, the files I've touched lint OK, so I don't think I've made things any worse. But also the github workflow hasn't run in my repo, so I can't be sure. Therefore you might want to take this into a branch of your repo first and run tests yourself!

@sjjessop sjjessop requested a review from cunla as a code owner July 12, 2023 15:59
@sjjessop
Copy link
Contributor Author

Aha! I have a workflow running now I've created the PR, just not on push. Should have checked the triggers :-)

@github-actions github-actions bot added the bug Something isn't working label Jul 12, 2023
@cunla
Copy link
Owner

cunla commented Jul 12, 2023

Thanks for this.

  • Can you change the XGROUP_GROUP_NOT_FOUND_MSG format order? so everywhere it is used will be .format(group, key).
  • Also, it is used in 7 places (all in the same file) and you updated only 2, can you update all places?

@cunla cunla merged commit b911bae into cunla:master Jul 12, 2023
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect error message XGROUP_GROUP_NOT_FOUND_MSG
2 participants