Skip to content

Commit

Permalink
Merge pull request #2615 from alicevision/fix/returnGraphLoadStatus
Browse files Browse the repository at this point in the history
Fix projects disappearing from the list of recent projects
  • Loading branch information
cbentejac authored Dec 11, 2024
2 parents 908312a + a0398c4 commit 99e5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/core/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def load(self, filepath, setupProjectFile=True, importProject=False, publishOutp
"""
self._loading = True
try:
self._load(filepath, setupProjectFile, importProject, publishOutputs)
return self._load(filepath, setupProjectFile, importProject, publishOutputs)
finally:
self._loading = False

Expand Down

0 comments on commit 99e5edf

Please sign in to comment.