Skip to content

Commit 5b9a488

Browse files
committed
bug fix
1 parent 6373ea7 commit 5b9a488

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pythonFiles/PythonTools/ipythonServer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ def start_processing(self):
150150
while True:
151151
if self.check_for_exit_socket_loop():
152152
break
153-
except socket.timeout:
154-
pass
155153

156154
except IPythonExitException:
157155
_debug_write('IPythonExitException')

0 commit comments

Comments
 (0)