diff --git a/nmdc_automation/run_process/run_import.py b/nmdc_automation/run_process/run_import.py index 922765d3..970f3791 100644 --- a/nmdc_automation/run_process/run_import.py +++ b/nmdc_automation/run_process/run_import.py @@ -85,6 +85,7 @@ def import_projects(import_file, import_yaml, site_configuration, iteration): runtime.run_query(data_generation_update) except Exception as e: logger.error(f"Error applying update to sequencing data generation: {e}") + logger.error(data_generation_update) raise e