Skip to content

exclude_paths example fails #85

@gregtkogut

Description

@gregtkogut

I tried to use the exclude_paths keyword in my code, and got a TypeError exception.

The README example gives the same result.

   1083     """
   1084     Computes the difference between two JSON structures using a specified JsonDiffer class.
   1085 
   (...)
   1091     :return: The computed diff.
   1092     """
-> 1093     return cls(**kwargs).diff(a, b, fp)

TypeError: JsonDiffer.__init__() got an unexpected keyword argument 'exclude_paths'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions