There was an error while loading. Please reload this page.
1 parent 39fdb7e commit d8b1297Copy full SHA for d8b1297
1 file changed
scripts/src/snippets.py
@@ -97,7 +97,7 @@ def format_int_list(values: List[str]):
97
98
99
def generate_snippets(version: str, output_path: Path):
100
- version_path = Path("./public") / version
+ version_path = output_path / version
101
with open(version_path / "objectsDoc.yaml") as file:
102
objects = yaml.load(file, Loader=yaml.BaseLoader)
103
snippets = []
0 commit comments