Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Hotfix: Correct early return in diffs_are_equiv_jsons not including the set object #554

Merged
merged 1 commit into from
May 5, 2023

Conversation

nicolasaldecoa
Copy link
Contributor

Problem

Current version is broken, when calling utils.diffs_are_equiv_jsons, hashdiff_tables.diff_sets is expecting to have always 2 values to unpack and the early return in the function outputs a single boolean.

When adding the warning feature, I forgot to change the early return to match the function's signature.

@nicolasaldecoa nicolasaldecoa changed the title Correct early return in diffs_are_equiv_jsons not including the set object Hotfix: Correct early return in diffs_are_equiv_jsons not including the set object May 5, 2023
@dlawin dlawin requested a review from nolar May 5, 2023 17:12
@nolar nolar merged commit 3c18507 into datafold:master May 5, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants