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

UltraBlame original commit: dff02098b9a627cce58cbfd8553597833c807456
  • Loading branch information
marco-c committed Dec 18, 2020
1 parent d580448 commit 3b2f0a6
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 3b2f0a6

Please sign in to comment.