Deleted output no longer returned in data integration pipeline

This commit is contained in:
2024-05-24 14:55:08 +02:00
parent b5ed1cb826
commit 9329f39deb

View File

@ -45,7 +45,7 @@ def integrate_data_sources(yaml_config_file_path):
output_filename_step = output_filename(exp_campaign_name,datetime_step.strftime('%Y-%m-%d'),initials)
output_filename_step = os.path.join(output_dir,output_filename_step)
print(output_filename_step)
output_filename_path, output_yml_filename_path = hdf5_lib.create_hdf5_file_from_filesystem_path(output_filename_step,
output_filename_path = hdf5_lib.create_hdf5_file_from_filesystem_path(output_filename_step,
input_file_dir,
select_dir_keywords,
select_file_keywords,