Skip to content

Commit

Permalink
Backed out changeset aeb183f1c3f0 (bug 1678663) for causing marionett…
Browse files Browse the repository at this point in the history
…e failures. CLOSED TREE
  • Loading branch information
ncsoregi committed Dec 14, 2020
1 parent ac0f7ad commit 63a93f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/marionette/client/marionette_driver/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def receive(self, unmarshal=True):
try:
chunk = self._sock.recv(bytes_to_recv)
data += chunk
except (TimeoutError, socket.timeout):
except socket.timeout:
pass
else:
if not chunk:
Expand Down

0 comments on commit 63a93f9

Please sign in to comment.