diff --git a/progit/model.py b/progit/model.py index 946615e..798bac7 100644 --- a/progit/model.py +++ b/progit/model.py @@ -89,6 +89,7 @@ class Project(BASE): @property def path(self): + ''' Return the name of the git repo on the filesystem. ''' return "%s.git" % self.name