mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 10:47:34 +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
|
self._loading = True
|
||||||
try:
|
try:
|
||||||
self._load(filepath, setupProjectFile, importProject, publishOutputs)
|
return self._load(filepath, setupProjectFile, importProject, publishOutputs)
|
||||||
finally:
|
finally:
|
||||||
self._loading = False
|
self._loading = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue