From b69b2689337f73b2b111242e6a93f66c488b4cb1 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 13 May 2024 20:11:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20git-status-all:=20Remove=20neste?= =?UTF-8?q?d=20quote=20in=20f-string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-status-all | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/git-status-all b/git-status-all index 0337794..45c56ac 100755 --- a/git-status-all +++ b/git-status-all @@ -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)