mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-05-21 14:26:21 +08:00
Merge "Print project name when work tree initialization fails"
This commit is contained in:
@ -2590,7 +2590,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)
|
||||
|
Reference in New Issue
Block a user