Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 10, 2024
1 parent aeb96bf commit 9b830ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_automation/import_automation/activity_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def process_files(files: Union[str, List[str]], data_object_dict: Dict, workflow
for data_object_spec in data_object_specs:
logger.info(f"Processing {data_object_spec['data_object_type']}")
if not filter_import_by_type(self.import_data["Workflows"], data_object_spec["output_of"]):
logging.warning(f"Skipping {data_object_spec['data_object_type']}")
logging.warning(f"Import not enabled for {data_object_spec['output_of']} {data_object_spec['data_object_type']}")
continue
if not "import_suffix" in data_object_spec:
logging.warning("Missing suffix")
Expand Down

0 comments on commit 9b830ee

Please sign in to comment.