Ad FileNotFoundError to plotting

This commit is contained in:
mbsantiago 2025-09-13 20:05:42 +01:00
parent 01e7a5df25
commit ad5293e0d0

View File

@ -136,7 +136,7 @@ def plot_class_examples(
preprocessor=preprocessor,
duration=duration,
)
except (ValueError, AssertionError, RuntimeError):
except (ValueError, AssertionError, RuntimeError, FileNotFoundError):
continue
return fig