Luflosi 527ff0238a
Replace all instances of EnvironmentError with OSError
According to the text just above https://docs.python.org/3/library/exceptions.html#EnvironmentError, `EnvironmentError` has been an alias of `OSError` since Python 3.3. Replacing it makes the code more consistent since `OSError` is used in other places in the code too.
2020-01-11 16:47:36 +01:00
..
2017-10-17 13:35:54 +05:30
2017-02-02 15:23:46 +05:30
2017-02-02 15:23:46 +05:30