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

Commit 97ecbcd

Browse files
committed
have a separate method to load a project
1 parent 03734ff commit 97ecbcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pugdebug/pugdebug.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ def connect_breakpoint_viewer_signals(self):
227227

228228
def projects_browser_item_activated(self, index):
229229
project = self.projects_browser.model().get_project_by_index(index)
230+
self.load_project(project)
231+
232+
def load_project(self, project):
230233
project_settings = project.get_settings()
231234

232235
changed_settings = save_settings(project_settings)

0 commit comments

Comments
 (0)