mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
Merge pull request #2615 from alicevision/fix/returnGraphLoadStatus
Fix projects disappearing from the list of recent projects
This commit is contained in:
commit
99e5edf518
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue