mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +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"":
|
||||
# Received nothing
|
||||
return []
|
||||
if self.show_io:
|
||||
print("{:.3f} {}: waiting…".format(time.time(), self.name))
|
||||
continue
|
||||
except ConnectionResetError:
|
||||
raise ConnectionClosed()
|
||||
|
Reference in New Issue
Block a user