Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: c246a9b5 by Pier Angelo Vendrame at 2026-01-12T11:21:20+01:00 Bug 41682: relprep.py: raise when a matching release is not found. - - - - - 1 changed file: - tools/relprep.py Changes: ===================================== tools/relprep.py ===================================== @@ -79,6 +79,9 @@ def get_github_release(project, regex=""): return m.group(1) else: return tag + raise RuntimeError( + f"Could find a release for {project} that matches the regex." + ) class ReleasePreparation: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c2... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c2... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)