diff --git a/src/commands/verify.py b/src/commands/verify.py index 1c7a07c1..a9d3b8b2 100644 --- a/src/commands/verify.py +++ b/src/commands/verify.py @@ -80,3 +80,4 @@ def verify( console.print(f"[red]Error during verification:[/red] {e}") if log.isEnabledFor(logging.DEBUG): console.print_exception() + raise typer.Exit(code=1)