Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set errno on NotWritableError (conda#9789)
The `NotWritableError` exception does accept the `errno` argument, but does not pass it to `OSError` (its 2nd parent class). This causes the `errno` attribute to be unset (defaults to `None`). Co-authored-by: Michael C. Grant <[email protected]>
- Loading branch information