Deleted output no longer returned in data integration pipeline
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user