retrieve_identified_record_for_record: calling function with invalid argument
Summary
In identifiable_adapters.py
:
def retrieve_identified_record_for_record(...):
...
identifiable = self.get_identifiable(
record, referencing_entities=referencing_entities # This argument does not exist.
)
Expected Behavior
Valid code
Actual Behavior
Is invalid
Steps to Reproduce the Problem
Run the code, or run a linter.
Specifications
- Version: Current dev
Possible fixes
Do you have ideas how the issue can be resolved?