From ca5ec6185a16bb7c7bc3fd842e94886adabc8391 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Thu, 10 Oct 2024 13:20:18 -0700 Subject: [PATCH] ruff format --- hubploy/auth.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hubploy/auth.py b/hubploy/auth.py index b0b51f6..73f0d38 100644 --- a/hubploy/auth.py +++ b/hubploy/auth.py @@ -310,7 +310,9 @@ def decrypt_file(encrypted_path): logger.info("File is sops encrypted, decrypting...") logger.debug( - "Executing: " + " ".join(sops_command) + " (with output to a temporary file)" + "Executing: " + + " ".join(sops_command) + + " (with output to a temporary file)" ) with tempfile.NamedTemporaryFile() as f: subprocess.check_call(