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 7262a73Copy full SHA for 7262a73
src/mslice/plotting/plot_window/overplot_interface.py
@@ -58,7 +58,7 @@ def toggle_overplot_line(
58
plot_handler._get_overplot_datum(),
59
plot_handler.intensity_type,
60
)
61
- except:
+ except: # noqa: E722
62
warnings.warn("No Bragg peak found as cut has no |Q| dimension.")
63
return;
64
else:
0 commit comments