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 output of error message #726

Merged

Conversation

CarstenGrohmann
Copy link
Contributor

cmp is already a string. Therefore, the join() instruction is not necessary and only inserts additional spaces.

@philpep philpep added the bug This issue/PR relates to a bug. label Aug 24, 2023
cmp is a string already. Therefore, the join() statement is not necessary
and only introduces additional spaces.
@philpep philpep merged commit 271b4f8 into pytest-dev:main Aug 25, 2023
7 checks passed
@philpep
Copy link
Contributor

philpep commented Aug 25, 2023

Merged, thanks!

@CarstenGrohmann CarstenGrohmann deleted the fix_wrong_formatted_error_msg branch October 4, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants