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 0cba7b8 commit 8703949Copy full SHA for 8703949
tests/test_validate.py
@@ -47,8 +47,8 @@ def check_about(path):
47
try:
48
subprocess.check_output(args=args, cwd=root_dir)
49
except subprocess.CalledProcessError as cpe:
50
- print('failed to validate ABOUT files:\n' + cpe.output)
51
- raise Exception(repr(cpe.output))
+ print('Failed to validate ABOUT files:\n' + cpe.output)
+ raise Exception(cpe.output)
52
53
54
def test_about_thirdparty():
0 commit comments