Skip to content

Commit 8cffbc3

Browse files
authored
Fix broken string
1 parent bc64d80 commit 8cffbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/02_signorini/signorini_dolfinx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ def assemble_penetration():
352352

353353
if not converged:
354354
print(
355-
f"Solver did not convert at {
356-
it=}, exiting with {converged=}"
355+
f"Solver did not convert at {it=}",
356+
f", exiting with {converged=}"
357357
)
358358
break
359359
if it == max_iterations - 1:

0 commit comments

Comments
 (0)