Skip to content

Commit ddb9a3a

Browse files
committed
ruff format
1 parent 963f910 commit ddb9a3a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Platforms/WASI/_build.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ def call(command, *, context=None, quiet=False, **kwargs):
133133
subprocess.check_call(command, **kwargs, stdout=stdout, stderr=stderr)
134134
except subprocess.CalledProcessError as error:
135135
if quiet:
136-
_shared.log(
137-
"❌",
138-
f"Exit code {error.returncode}"
139-
)
136+
_shared.log("❌", f"Exit code {error.returncode}")
140137
separator()
141138
with open(stdout.name, "r", encoding="utf-8") as file:
142139
lines = file.readlines()

0 commit comments

Comments
 (0)