Skip to content

Commit 59f34c9

Browse files
committed
Return fast on bad range in .default_view()
1 parent ebf53e3 commit 59f34c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piker/ui/_dataviz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ def default_view(
10611061

10621062
else:
10631063
log.warning(f'Unknown view state {vl} -> {vr}')
1064-
# return
1064+
return
10651065
# raise RuntimeError(f'Unknown view state {vl} -> {vr}')
10661066

10671067
else:

0 commit comments

Comments
 (0)