Skip to content

Commit b0808f9

Browse files
yann-ltywaaake
andauthored
[core] Fix errorneous docstring
Co-authored-by: Vivek <[email protected]>
1 parent 61d3590 commit b0808f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ def loadGraph(filepath, strictCompatibility: bool = False) -> Graph:
16581658
Graph: The loaded Graph instance.
16591659
16601660
Raises:
1661-
GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is False.
1661+
GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is True.
16621662
"""
16631663
graph = Graph("")
16641664
graph.load(filepath)

0 commit comments

Comments
 (0)