We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c1a80 commit 2ccfe0cCopy full SHA for 2ccfe0c
tests/test_cli.py
@@ -855,7 +855,7 @@ def valid_encodings_stdin_test_helper(
855
self.assertNotEqual(ctx.returncode, 0)
856
else:
857
raise ValueError(
858
- f"root_dir was set to {repr(root_dir)}. It should only"
+ f"root_dir was set to {root_dir!r}. It should only"
859
"ever be set to 'sorted_correctly' or"
860
"'sorted_incorrectly'."
861
)
0 commit comments