Commit graph

4 commits

Author SHA1 Message Date
Labrys of Knossos
d3d1868021 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
2018-12-27 11:07:39 -05:00
Labrys of Knossos
06d7ed735d Fix WindowsError on cleanup when git not found
Fixes #1457
2018-12-26 20:39:07 -05:00
Lizband
73f1b19a7c Hotfix: not a git repository 2018-12-25 19:31:36 -05:00
Lizband
a92a578dd4 Add cleanup script 2018-12-25 12:08:45 -05:00