Skip to content

Fix `use_files` not raising exception

Yoshi van den Akker requested to merge fix-use-file-exceptions into master

The use_files decorator did not properly reraise exceptions, as it always returned some result. This MR fixes this incorrect behaviour by not returning anything if the function raised an exception.

Merge request reports

Loading