Skip to content

Commit 5ce62d5

Browse files
hugovkezio-melotti
andauthored
Reformat exception message
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 0789191 commit 5ce62d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_release.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,9 @@ def check_pyspecific(db: ReleaseShelf) -> None:
534534
)
535535
if expected != line.strip():
536536
raise ReleaseException(
537-
f"SOURCE_URI is incorrect, expected: {expected}, got: {line.strip()} "
538-
"(it needs changing before beta 1)"
537+
f"SOURCE_URI is incorrect (it needs changing before beta 1):\n"
538+
f"expected: {expected}\n"
539+
f"got : {line.strip()}"
539540
)
540541

541542

0 commit comments

Comments
 (0)