Skip to content

Commit

Permalink
pybridge: Break it!
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jul 20, 2023
1 parent 895b2d0 commit 321034c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cockpit/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ def main(*, beipack: bool = False) -> None:
parser.add_argument('--version', action='store_true', help='Show Cockpit version information')
args = parser.parse_args()

raise OSError("KABOOM!")

# This is determined by who calls us
args.beipack = beipack

Expand Down

0 comments on commit 321034c

Please sign in to comment.