Skip to content

Commit 01a1c0f

Browse files
committed
CLN bad indentation
1 parent 74f9438 commit 01a1c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3754,7 +3754,7 @@ def test_shared_memory_SharedMemoryServer_ignores_sigint(self):
37543754
# test that the custom signal handler registered in the Manager does
37553755
# not affect signal handling in the parent process.
37563756
with self.assertRaises(KeyboardInterrupt):
3757-
os.kill(os.getpid(), signal.SIGINT)
3757+
os.kill(os.getpid(), signal.SIGINT)
37583758

37593759
smm.shutdown()
37603760

0 commit comments

Comments
 (0)