Skip to content

Flint: Properly handle exception during plotselect

Valentin Valls requested to merge fix-plot-select-exception into master

Closes #3386 (closed)

This PR fixes an error message displayed in the BLISS shell during a plotselect while the plot was empty.

The displayed message was just a logging, for is perturbing.

And there is in fact no reason to raise an exception in this case. Which also solve the disturbing error message displayed.

Merge request reports