Renamed script_name to processing_file.
This commit is contained in:
@ -527,7 +527,7 @@ def save_processed_dataframe_to_hdf5(df, annotator, output_filename): # src_hdf5
|
||||
|
||||
# Prepare file dictionary
|
||||
file_dict = {
|
||||
'name': project_level_attributes['script_name'],
|
||||
'name': project_level_attributes['processing_file'],
|
||||
'attributes_dict': high_level_attributes,
|
||||
'datasets': [{
|
||||
'name': "data_table",
|
||||
|
Reference in New Issue
Block a user