Merge "Fix: Missing spaces in printed messages"
This commit is contained in:
commit
3ee6ffd078
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue