Skip to content

Fix unknown FileNotFoundException

Samuel GAIST requested to merge fix_file_not_found_unkown_exception into 1.6.x

FileNotFound is Python 3 only, therefore use its base class to be compatible with both versions of Python.

Merge request reports