Fix: error messages while getting status of new (no commits) repository
This commit is contained in:
parent
3477ff2527
commit
0d6a2f7752
@ -73,7 +73,7 @@ for st in status:
|
|||||||
staged.append(st)
|
staged.append(st)
|
||||||
|
|
||||||
out = ' '.join([
|
out = ' '.join([
|
||||||
branch,
|
branch.replace(' ', '_'),
|
||||||
str(ahead),
|
str(ahead),
|
||||||
str(behind),
|
str(behind),
|
||||||
str(len(staged)),
|
str(len(staged)),
|
||||||
|
Loading…
Reference in New Issue
Block a user