Skip to content

Fix unknown FileNotFoundException

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

Merge request reports

Loading