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