Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit 95b1689

Browse files
committed
Revert "Do not stop the server when cleaning up"
This reverts commit 0f2cd3f.
1 parent 37be4ec commit 95b1689

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pugdebug/debugger.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ def cleanup(self):
142142
self.current_connection.disconnect()
143143
self.connections.clear()
144144

145+
self.server.stop()
146+
145147
self.current_connection = None
146148
self.step_result = ''
147149
self.current_file = ''
@@ -244,6 +246,7 @@ def handle_stopped(self):
244246
self.start_new_connection()
245247
else:
246248
self.cleanup()
249+
247250
self.debugging_stopped_signal.emit()
248251

249252
def run_debug(self):

0 commit comments

Comments
 (0)