|
@@ -2590,7 +2590,7 @@ class Project(object):
|
|
|
cmd.append('-v')
|
|
cmd.append('-v')
|
|
|
cmd.append(HEAD)
|
|
cmd.append(HEAD)
|
|
|
if GitCommand(self, cmd).Wait() != 0:
|
|
if GitCommand(self, cmd).Wait() != 0:
|
|
|
- raise GitError("cannot initialize work tree")
|
|
|
|
|
|
|
+ raise GitError("cannot initialize work tree for " + self.name)
|
|
|
|
|
|
|
|
if submodules:
|
|
if submodules:
|
|
|
self._SyncSubmodules(quiet=True)
|
|
self._SyncSubmodules(quiet=True)
|