Skip to content

Commit f52b6e2

Browse files
committed
revert: revert 72ea515 (it was ok)
1 parent 087b897 commit f52b6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gentropy/common/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def compare_array_schemas(
9494
schema_issues = compare_struct_schemas(
9595
observed_schema.elementType,
9696
expected_schema.elementType,
97-
f"{parent_field_name}.",
97+
f"{parent_field_name}[].",
9898
schema_issues,
9999
)
100100

0 commit comments

Comments
 (0)