Skip to content

Commit bac99d1

Browse files
authored
Update verify_build.py
1 parent 428b267 commit bac99d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
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()]
77
if paths:
8-
raise FileNotFoundError(f"The following environment(s) failed to build:\n{''.join(paths)}")
8+
raise FileNotFoundError(f"The following environment(s) failed to build:\n{' '.join(paths)}")

0 commit comments

Comments
 (0)