From 3685b91984ff34371b3144d7f726ada42fa6c24e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 06:30:30 -0500 Subject: [PATCH] Update transmit.py fix tabs --- transmit.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/transmit.py b/transmit.py index 9024a2f2..18c97c1c 100644 --- a/transmit.py +++ b/transmit.py @@ -400,11 +400,11 @@ if __name__ == "__main__": try: result = subprocess.run(query, capture_output=True, text=True, check=True) except subprocess.CalledProcessError as e: - print(f"Command failed with return code: {e.returncode}") - print(f"Command run was: {e.cmd}") - print(f"Output of the command (stdout): {e.stdout}") - print(f"Error output of the command (stderr): {e.stderr}") - print(result.stdout) + print(f"Command failed with return code: {e.returncode}") + print(f"Command run was: {e.cmd}") + print(f"Output of the command (stdout): {e.stdout}") + print(f"Error output of the command (stderr): {e.stderr}") + print(result.stdout) if (mode != 'e') and (result.stdout != "active"): print("Programming FM module!\n");