We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d3590 commit b0808f9Copy full SHA for b0808f9
meshroom/core/graph.py
@@ -1658,7 +1658,7 @@ def loadGraph(filepath, strictCompatibility: bool = False) -> Graph:
1658
Graph: The loaded Graph instance.
1659
1660
Raises:
1661
- GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is False.
+ GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is True.
1662
"""
1663
graph = Graph("")
1664
graph.load(filepath)
0 commit comments