Skip to content

Commit 01acd89

Browse files
fx pre-commit error
Signed-off-by: FredricZ-2007 <226039983+fredricz-20070104@users.noreply.github.com>
1 parent 3b92b86 commit 01acd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/defs/perf/disagg/execution/subprocess_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def exec_cmd_with_output(*popenargs, timeout: Optional[float] = None, **kwargs)
5656
check=True,
5757
**kwargs,
5858
)
59-
59+
6060
# Log stderr if it exists
6161
if result.stderr:
6262
stderr_output = result.stderr.decode()
6363
logger.error(f"Command stderr: {stderr_output}")
64-
64+
6565
return result.stdout.decode()

0 commit comments

Comments
 (0)