commit 446db0b2f0e56b3d0f6752b742d48ef8d3186186 parent acb61f45ad60b911185d34de46b1e4fdf5ac35d8 Author: Antoine A <> Date: Thu, 9 Jul 2026 10:02:57 +0200 fix sandcastle-build-generic Diffstat:
| M | buildscripts/sandcastle-build-generic | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildscripts/sandcastle-build-generic b/buildscripts/sandcastle-build-generic @@ -43,7 +43,7 @@ def get_tag_debver(tag): a, b = tag.split("-") return a + ":" + b return tag - raise Error("unexpected tag format") + raise Exception("unexpected tag format") def main():