Skip to content

Commit bdbce97

Browse files
Nicer formatting
Co-authored-by: Fantix King <fantix.king@gmail.com>
1 parent a2b4145 commit bdbce97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_process_spawning.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ def spawn_process():
100100
t.start()
101101
t.join(timeout=10.0)
102102
if t.is_alive():
103-
raise Exception(f'process freeze detected at {iteration}'
104-
)
103+
raise Exception(f'process freeze detected at {iteration}')
105104

106105
return True
107106

0 commit comments

Comments
 (0)