mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +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.
|
||||
|
||||
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.load(filepath)
|
||||
|
|
Loading…
Add table
Reference in a new issue