We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ac78f commit 0e3f3c8Copy full SHA for 0e3f3c8
src/mslice/plotting/plot_window/overplot_interface.py
@@ -60,7 +60,7 @@ def toggle_overplot_line(
60
)
61
except:
62
warnings.warn("No Bragg peak found as cut has no |Q| dimension.")
63
- return;
+ return
64
else:
65
plotter_presenter.hide_overplot_line(plot_handler.ws_name, key)
66
0 commit comments