Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed hashing dictionaries which contains 'unprocessed' as a key or a value #329

Open
nadavu opened this issue Jul 4, 2022 · 1 comment

Comments

@nadavu
Copy link

nadavu commented Jul 4, 2022

Describe the bug
failed hashing dictionaries which contains 'unprocessed' as a key or a value.
DeepHash which gets a dictionary contains the word 'unprocessed' failed with {ValueError}not enough values to unpack
and prints to STDOUT:
Can not produce a hash for root[0].Not counting this object.
not enough values to unpack (expected 2, got 0)

To Reproduce
run DeepDiff([{'value', 'unprocessed'}], [{'value', 'unprocessed'}])

Expected behavior
handle "unprocessed"

  • OS: mac monterey
  • Version 12.4
  • Python 3.8.9
@seperman
Copy link
Owner

seperman commented Jul 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants