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)
|
||||
|
||||
out = ' '.join([
|
||||
branch,
|
||||
branch.replace(' ', '_'),
|
||||
str(ahead),
|
||||
str(behind),
|
||||
str(len(staged)),
|
||||
|
Loading…
Reference in New Issue
Block a user