There was a problem fetching the pipeline summary.
[dock] Use IOError in place of FileNotFoundError
FileNotFound is Python 3 only, therefore use its base class to be compatible with both versions of Python.
Please register or sign in to comment
FileNotFound is Python 3 only, therefore use its base class to be compatible with both versions of Python.