mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-30 00:21:34 +08:00
Merge "Fix: Missing spaces in printed messages"
This commit is contained in:
@ -68,7 +68,7 @@ branch but need to incorporate new upstream changes "underneath" them.
|
|||||||
cb = project.CurrentBranch
|
cb = project.CurrentBranch
|
||||||
if not cb:
|
if not cb:
|
||||||
if one_project:
|
if one_project:
|
||||||
print("error: project %s has a detatched HEAD" % project.relpath,
|
print("error: project %s has a detached HEAD" % project.relpath,
|
||||||
file=sys.stderr)
|
file=sys.stderr)
|
||||||
return -1
|
return -1
|
||||||
# ignore branches with detatched HEADs
|
# ignore branches with detatched HEADs
|
||||||
|
Reference in New Issue
Block a user