Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 10, 2024
1 parent 7c1398b commit ca5ec61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hubploy/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ca5ec61

Please sign in to comment.