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 103a634 commit c5cf729Copy full SHA for c5cf729
examples/07-python-operators/02-python_operators_with_dependencies.py
@@ -54,7 +54,9 @@
54
"gltf_plugin.xml",
55
]
56
import os
57
-folder_root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
+folder_root = os.path.dirname(
58
+ os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
59
+)
60
source_path_in_repo = r"docs\source\examples\07-python-operators\plugins"
61
plugin_path = None
62
0 commit comments