Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 570b146

Browse files
authored
Update localstack-core/localstack/services/cloudformation/scaffolding/__main__.py
1 parent dc934b6 commit 570b146

File tree

1 file changed

+1
-1
lines changed
  • localstack-core/localstack/services/cloudformation/scaffolding

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/cloudformation/scaffolding/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def write_text(contents: str, destination: Path):
744744
subprocess.run(command, check=True, capture_output=True, text=True)
745745
except subprocess.CalledProcessError as e:
746746
print(
747-
f"Ruff fix command failed (exit code {e.returncode}):\n${e.stdout}\n{e.stderr}"
747+
f"Ruff fix command failed (exit code {e.returncode}):\n{e.stdout}\n{e.stderr}"
748748
)
749749

750750
@staticmethod

0 commit comments

Comments
 (0)