Skip to content

Commit a6bcb52

Browse files
committed
Merge remote-tracking branch 'upstream/main' into add-release-checklist
2 parents 423defe + 5650481 commit a6bcb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)