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 eea0cdc commit 5aeeff9Copy full SHA for 5aeeff9
pydatastructs/utils/tests/test_code_quality.py
@@ -68,5 +68,5 @@ def test_presence_of_tabs():
68
if (line.find('\t') != -1):
69
assert False, "Tab present at %s in %s. " \
70
"Configure your editor to use " \
71
- "white spaces."
+ "white spaces."%(line, file_path)
72
file.close()
0 commit comments