Skip to content

Commit

Permalink
Return fast on bad range in .default_view()
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Feb 9, 2023
1 parent 995514d commit ca78931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piker/ui/_dataviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ def default_view(

else:
log.warning(f'Unknown view state {vl} -> {vr}')
# return
return
# raise RuntimeError(f'Unknown view state {vl} -> {vr}')

else:
Expand Down

0 comments on commit ca78931

Please sign in to comment.