Another todo
1 files changed, 1 insertions(+), 0 deletions(-) M dss.py
M dss.py +1 -0
@@ 183,6 183,7 @@ class DeadSimpleSite(object): if not origin: raise GitError('Origin required to clone remote repository') try: + # TODO: if the github repo is not initialized, clone fails, so make a first commit self._git('clone', origin, '.') except subprocess.CalledProcessError as e: raise GitError(e)