Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Nov 9, 2024
2 parents 839aad6 + 52ca109 commit 6143f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kontrol/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def exec_build(options: BuildOptions) -> None:
)
except Exception as e:
console.print(f'[bold red]An error occurred while building your Kontrol project:[/bold red] [black]{e}[/black]')
raise e


def exec_prove(options: ProveOptions) -> None:
Expand Down

0 comments on commit 6143f9d

Please sign in to comment.