Skip to content

Commit

Permalink
* stop current watcher on project switching. resolves spyder-ide#14803
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed May 23, 2021
1 parent 51e8a07 commit c9afb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/plugins/projects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def open_project(self, path=None, project=None, restart_consoles=True,
# multiple workspaces.
self.sig_project_closed.emit(
self.current_active_project.root_path)
self.watcher.stop()

self.current_active_project = project
self.latest_project = project
Expand Down

0 comments on commit c9afb6f

Please sign in to comment.