Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 530b732c by Pier Angelo Vendrame at 2026-01-12T11:08:47+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/53... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/53... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)