Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee committed Aug 28, 2024
1 parent 5af936d commit 6a22725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/ui/tests/test_ui/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def setup_onroad_sidebar(click, pm: PubMaster):


def setup_onroad_alert(click, pm: PubMaster, text1, text2, size, status=log.ControlsState.AlertStatus.normal):
print(f'setup onroad alert, size: {size}')
setup_onroad(click, pm)
dat = messaging.new_message('controlsState')
cs = dat.controlsState
Expand Down

0 comments on commit 6a22725

Please sign in to comment.