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 0789191 commit 5ce62d5Copy full SHA for 5ce62d5
run_release.py
@@ -534,8 +534,9 @@ def check_pyspecific(db: ReleaseShelf) -> None:
534
)
535
if expected != line.strip():
536
raise ReleaseException(
537
- f"SOURCE_URI is incorrect, expected: {expected}, got: {line.strip()} "
538
- "(it needs changing before beta 1)"
+ f"SOURCE_URI is incorrect (it needs changing before beta 1):\n"
+ f"expected: {expected}\n"
539
+ f"got : {line.strip()}"
540
541
542
0 commit comments