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): cmd.append('-v') cmd.append(HEAD) if GitCommand(self, cmd).Wait() != 0: - raise GitError("cannot initialize work tree") + raise GitError("cannot initialize work tree for " + self.name) if submodules: self._SyncSubmodules(quiet=True)