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
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

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: