Merge "Fix: Missing spaces in printed messages"

This commit is contained in:
David Pursehouse 2013-03-06 00:46:45 +00:00 committed by Gerrit Code Review
commit 3ee6ffd078
5 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@ branch but need to incorporate new upstream changes "underneath" them.
cb = project.CurrentBranch
if not cb:
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)
return -1
# ignore branches with detatched HEADs