🐛 git-status-all: Remove nested quote in f-string
This commit is contained in:
parent
609a252219
commit
b69b268933
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ def search_dirty(topdirs, list_):
|
||||||
if len(out) > 0:
|
if len(out) > 0:
|
||||||
if not list_:
|
if not list_:
|
||||||
print(
|
print(
|
||||||
f"== {work_tree_directory}\n"
|
f"== {work_tree_directory}\n" f"{out.decode('utf-8')}"
|
||||||
f"{out.decode("utf-8")}"
|
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
print(work_tree_directory)
|
print(work_tree_directory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue