From f22f714193e9fd61d36bc7f826bbf7676ea1e6df Mon Sep 17 00:00:00 2001 From: mbridak Date: Sun, 12 Nov 2023 13:06:45 -0800 Subject: [PATCH] fix indent --- not1mm/plugins/general_logging.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/not1mm/plugins/general_logging.py b/not1mm/plugins/general_logging.py index ba2349ca..ed8390dc 100644 --- a/not1mm/plugins/general_logging.py +++ b/not1mm/plugins/general_logging.py @@ -204,7 +204,9 @@ def adif(self): try: print( - f"{themode}", end="\r\n", file=file_descriptor + f"{themode}", + end="\r\n", + file=file_descriptor, ) except TypeError: ... @@ -274,7 +276,7 @@ def adif(self): file=file_descriptor, ) except TypeError: - ... + ... print("", end="\r\n", file=file_descriptor) print("", end="\r\n", file=file_descriptor)