Fix whitespace.
This commit is contained in:
parent
6e6c59b508
commit
26dd5edae8
@ -3627,7 +3627,7 @@ class InterruptedRecvTimeoutTest(InterruptedTimeoutBase, UDPTestBase):
|
|||||||
self.serv.settimeout(self.timeout)
|
self.serv.settimeout(self.timeout)
|
||||||
|
|
||||||
def checkInterruptedRecv(self, func, *args, **kwargs):
|
def checkInterruptedRecv(self, func, *args, **kwargs):
|
||||||
# Check that func(*args, **kwargs) raises
|
# Check that func(*args, **kwargs) raises
|
||||||
# errno of EINTR when interrupted by a signal.
|
# errno of EINTR when interrupted by a signal.
|
||||||
self.setAlarm(self.alarm_time)
|
self.setAlarm(self.alarm_time)
|
||||||
with self.assertRaises(ZeroDivisionError) as cm:
|
with self.assertRaises(ZeroDivisionError) as cm:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user