Fix Exception when closing local server (started by GUI)

Fix #578
This commit is contained in:
Julien Duponchelle
2016-06-16 15:00:32 +02:00
parent 45d7e09cbd
commit 411ca56b94

View File

@ -49,7 +49,7 @@ class ServerHandler:
# close all the projects first
controller = Controller.instance()
projects = controller.projects
projects = controller.projects.values()
tasks = []
for project in projects: