[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41682: relprep.py: raise when a matching release is not found.



Title: GitLab

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:

Changes:

  • tools/relprep.py
    ... ... @@ -79,6 +79,9 @@ def get_github_release(project, regex=""):
    79 79
                     return m.group(1)
    
    80 80
             else:
    
    81 81
                 return tag
    
    82
    +    raise RuntimeError(
    
    83
    +        f"Could find a release for {project} that matches the regex."
    
    84
    +    )
    
    82 85
     
    
    83 86
     
    
    84 87
     class ReleasePreparation:
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx