Skip to content

Commit e970e34

Browse files
committed
linting fix for new test
1 parent a14bb69 commit e970e34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_013_SqlHandle_free_shutdown.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ def test_aggressive_dbc_segfault_reproduction(self, conn_str):
9191
# Check for segfault
9292
if result.returncode < 0:
9393
signal_num = -result.returncode
94-
print(f"WARNING: SEGFAULT DETECTED! Process killed by signal {signal_num} (likely SIGSEGV=11)")
94+
print(
95+
f"WARNING: SEGFAULT DETECTED! Process killed by signal {signal_num} (likely SIGSEGV=11)"
96+
)
9597
print(f"stderr: {result.stderr}")
9698
print(f"This confirms DBC handles (Type 2) need protection during shutdown")
9799
assert (

0 commit comments

Comments
 (0)