Skip to content

Commit 82c4672

Browse files
committed
Removed redundant break
1 parent 1dbe293 commit 82c4672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scientisst/scientisst.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ def __recv(self, nrOfBytes, waitall_flag=True):
654654
ready = select.select([self.__socket], [], [], 10)
655655
if not ready[0]:
656656
raise ContactingDeviceError()
657-
break
658657
temp = self.__socket.recv(remaining)
659658
result += temp
660659
remaining = nrOfBytes - len(result)

0 commit comments

Comments
 (0)