summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xproject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 65bc3a04..83d2f6af 100755
--- a/project.py
+++ b/project.py
@@ -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)