Skip to content

Commit 115aa8e

Browse files
committed
Test
1 parent be42063 commit 115aa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/espota.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def serve(remote_addr, local_addr, remote_port, local_port, password, filename,
168168
connection, client_address = sock.accept()
169169
sock.settimeout(None)
170170
connection.settimeout(None)
171-
except: # noqa: E722
171+
except:
172172
logging.error("No response from device")
173173
sock.close()
174174
return 1

0 commit comments

Comments
 (0)