🐛 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 not list_:
|
||||
print(
|
||||
f"== {work_tree_directory}\n"
|
||||
f"{out.decode("utf-8")}"
|
||||
f"== {work_tree_directory}\n" f"{out.decode('utf-8')}"
|
||||
)
|
||||
else:
|
||||
print(work_tree_directory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue