Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IOError on cleanup when git not found
On posix systems IOError is raised when git is not found In Python 3 IOError is an alias for OSError. In Python 2 IOError is not caught by OSError so we must catch both. Fixes #1460
- Loading branch information