da953850be06 — Josiah Ulfers 10 years ago
A todo
1 files changed, 1 insertions(+), 0 deletions(-)

M dss.py
M dss.py +1 -0
@@ 190,6 190,7 @@ class DeadSimpleSite(object):
         try:
             self._git('--version')
         except subprocess.CalledProcessError as e:
+            # TODO: on nix, this raises OSError
             raise GitError('No git command found. Is git installed and on the path?')
         self._clean()
         if not path.exists(self.target):