remove unused unicode
This commit is contained in:
parent
c152b4a899
commit
ca47d5da89
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@ def remove_workspace(
|
||||||
if status.dirty:
|
if status.dirty:
|
||||||
problems.append(f"{wt.name}: dirty working tree on '{branch}'")
|
problems.append(f"{wt.name}: dirty working tree on '{branch}'")
|
||||||
|
|
||||||
# Only care about "unpushed commits" if the branch is NOT integrated into main.
|
# Only care about "unpushed commits" if the branch is NOT integrated into main.
|
||||||
if repo is not None and branch != "?" and not integrated:
|
if repo is not None and branch != "?" and not integrated:
|
||||||
if has_unpushed_commits(wt, branch):
|
if has_unpushed_commits(wt, branch):
|
||||||
problems.append(f"{wt.name}: unpushed commits on '{branch}'")
|
problems.append(f"{wt.name}: unpushed commits on '{branch}'")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue