Merge pull request #2615 from alicevision/fix/returnGraphLoadStatus

Fix projects disappearing from the list of recent projects
This commit is contained in:
Candice Bentéjac 2024-12-11 13:44:51 +00:00 committed by GitHub
commit 99e5edf518
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,7 +267,7 @@ class Graph(BaseObject):
"""
self._loading = True
try:
self._load(filepath, setupProjectFile, importProject, publishOutputs)
return self._load(filepath, setupProjectFile, importProject, publishOutputs)
finally:
self._loading = False