Replies: 1 comment 2 replies
-
Now that I'm looking at this again, raising an exception saying "Expected children to be passed as a sequence (e.g. list or tuple) instead of a generator" might be better. Ultimately what this log is trying to explain is that, because you passed a generator instead of a sequence, IDOM was not able to validate whether all child elements from the generator have keys. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In _validate_child_key_integrity you have
logger.error
but noraises
, is that intentional? The severity is not clear and the source of the issue is hard to locate based on the output.Beta Was this translation helpful? Give feedback.
All reactions