mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-09 21:07:20 +02:00
[core] Fix errorneous docstring
Co-authored-by: Vivek <vivek_ve@outlook.com>
This commit is contained in:
parent
61d35904ba
commit
b0808f9040
1 changed files with 1 additions and 1 deletions
|
@ -1658,7 +1658,7 @@ def loadGraph(filepath, strictCompatibility: bool = False) -> Graph:
|
||||||
Graph: The loaded Graph instance.
|
Graph: The loaded Graph instance.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is False.
|
GraphCompatibilityError: If the Graph has node compatibility issues and `strictCompatibility` is True.
|
||||||
"""
|
"""
|
||||||
graph = Graph("")
|
graph = Graph("")
|
||||||
graph.load(filepath)
|
graph.load(filepath)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue