Skip to content

Commit 05feb61

Browse files
jo-muellerCopilot
andauthored
Update conformance/jsonschema_dingus.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 269529b commit 05feb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conformance/jsonschema_dingus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from jsonschema.exceptions import ValidationError
1818

1919
HERE = Path(__file__).resolve().parent
20-
SCHEMA_DIR = HERE / "ngff_spec" / "schemas"
20+
SCHEMA_DIR = HERE.parent / "schemas"
2121

2222

2323
@dataclass

0 commit comments

Comments
 (0)