diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1137,6 +1137,7 @@ class Project(object): | |||
1137 | cmd.append('HEAD') | 1137 | cmd.append('HEAD') |
1138 | if GitCommand(self, cmd).Wait() != 0: | 1138 | if GitCommand(self, cmd).Wait() != 0: |
1139 | raise GitError("cannot initialize work tree") | 1139 | raise GitError("cannot initialize work tree") |
1140 | self._CopyFiles() | ||
1140 | 1141 | ||
1141 | def _gitdir_path(self, path): | 1142 | def _gitdir_path(self, path): |
1142 | return os.path.join(self.gitdir, path) | 1143 | return os.path.join(self.gitdir, path) |