diff --git a/meshroom/core/graph.py b/meshroom/core/graph.py index 54f069fd..e63aceca 100644 --- a/meshroom/core/graph.py +++ b/meshroom/core/graph.py @@ -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