Skip to content

Commit be24041

Browse files
authored
gh-413: hotfix (#426)
1 parent b7e9d3a commit be24041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

heracles/mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def transform(
151151
for (k, i), m in data.items():
152152
current += 1
153153
progress.update(current, total)
154-
154+
m = getattr(m, "array", m)
155155
with progress.task(f"({k}, {i})"):
156156
try:
157157
field = fields[k]

0 commit comments

Comments
 (0)