Skip to content
Snippets Groups Projects
Commit e447e794 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Add record store and value store to referenced_record_callback

parent 3b9e12d9
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!163F dict heuristic
......@@ -926,7 +926,7 @@ class PropertiesFromDictConverter(DictElementConverter):
keys_modified.append((root_rec_name, key))
if referenced_record_callback:
root_record = referenced_record_callback(root_record)
root_record = referenced_record_callback(root_record, records, values)
return keys_modified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment