Skip to content
Snippets Groups Projects
Commit 2a4262ff authored by Daniel Neuwirth's avatar Daniel Neuwirth
Browse files

testing harvester

parent 9115af44
Branches
Tags
No related merge requests found
...@@ -54,6 +54,8 @@ class OdshDCATHarvestPlugin(plugins.SingletonPlugin): ...@@ -54,6 +54,8 @@ class OdshDCATHarvestPlugin(plugins.SingletonPlugin):
This method sets relationships between packages and collections. This method sets relationships between packages and collections.
''' '''
log.debug('After create dataset_dict = {}' .format(dataset_dict))
log.debug('After create temp_dict = {}' .format(temp_dict))
dd = HelperPgkDict(dataset_dict) dd = HelperPgkDict(dataset_dict)
if dd.is_collection(): if dd.is_collection():
dd.update_relations_to_collection_members() dd.update_relations_to_collection_members()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment