Skip to content

Commit 781338b

Browse files
format python
1 parent 0d693c7 commit 781338b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

examples/sim_mode/test_sim.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ def run_sim_example(duration_sec: int, port: int) -> int:
5959
client: AdppClient | None = None
6060
try:
6161
if not server.wait_for_port("127.0.0.1", port, timeout=8.0):
62-
raise RuntimeError(
63-
"FluxGraph server did not become ready in time\n"
64-
+ server.output_tail(120)
65-
)
62+
raise RuntimeError("FluxGraph server did not become ready in time\n" + server.output_tail(120))
6663

6764
client = AdppClient(
6865
protocol,

0 commit comments

Comments
 (0)