mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
restore print statement when waiting
This commit is contained in:
committed by
Valentin Lorentz
parent
efab101890
commit
2ef4689004
@ -49,6 +49,8 @@ class ClientMock:
|
|||||||
if not assert_get_one and not synchronize and data == b"":
|
if not assert_get_one and not synchronize and data == b"":
|
||||||
# Received nothing
|
# Received nothing
|
||||||
return []
|
return []
|
||||||
|
if self.show_io:
|
||||||
|
print("{:.3f} {}: waiting…".format(time.time(), self.name))
|
||||||
continue
|
continue
|
||||||
except ConnectionResetError:
|
except ConnectionResetError:
|
||||||
raise ConnectionClosed()
|
raise ConnectionClosed()
|
||||||
|
Reference in New Issue
Block a user