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 428b267 commit bac99d1Copy full SHA for bac99d1
verify_build.py
@@ -5,4 +5,4 @@
5
6
paths = [str(path) for path in BASE_DIR.glob("*.sh") if path.name not in EXCLUDE and not path.with_suffix(".tar.gz").is_file()]
7
if paths:
8
- raise FileNotFoundError(f"The following environment(s) failed to build:\n{''.join(paths)}")
+ raise FileNotFoundError(f"The following environment(s) failed to build:\n{' '.join(paths)}")
0 commit comments