Skip to content

Commit

Permalink
tweak logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 10, 2024
1 parent 9b830ee commit 1796d55
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 @@ -189,7 +189,7 @@ def process_files(files: Union[str, List[str]], data_object_dict: Dict, workflow
data_objects_key = "Unique" if unique else "Multiples"
data_object_specs = self.import_data["Data Objects"][data_objects_key]
for data_object_spec in data_object_specs:
logger.info(f"Processing {data_object_spec['data_object_type']}")
# 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"Import not enabled for {data_object_spec['output_of']} {data_object_spec['data_object_type']}")
continue
Expand Down

0 comments on commit 1796d55

Please sign in to comment.