diff options
Diffstat (limited to 'project.py')
-rwxr-xr-x | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2589,7 +2589,7 @@ class Project(object): | |||
2589 | cmd.append('-v') | 2589 | cmd.append('-v') |
2590 | cmd.append(HEAD) | 2590 | cmd.append(HEAD) |
2591 | if GitCommand(self, cmd).Wait() != 0: | 2591 | if GitCommand(self, cmd).Wait() != 0: |
2592 | raise GitError("cannot initialize work tree") | 2592 | raise GitError("cannot initialize work tree for " + self.name) |
2593 | 2593 | ||
2594 | if submodules: | 2594 | if submodules: |
2595 | self._SyncSubmodules(quiet=True) | 2595 | self._SyncSubmodules(quiet=True) |