Update src/commands/verify.py
Exit with error on verification exception Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
This commit is contained in:
parent
814e282d9e
commit
4c94a42a6c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue