Skip to content

Commit

Permalink
Update UDPPFunctionCollection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEGamer authored Oct 2, 2024
1 parent 0333dbc commit fcc1a59
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ def import_readings(IP_input_folder:str = "./", IP_file_regex: str = "(.)*.mag.j
reading.measurement_config.id = cIDX
reading.set_additional_data("cIDX", cIDX)
reading.set_additional_data("IP_parse_idx_in_filename", "1")
reading.set_name("{}_cIDX{}".format(reading.get_name(), cIDX))
#reading.set_name("{}_cIDX{}".format(reading.get_name(), cIDX))
reading.set_name(rti.replace(".mag", "").replace(".json", ""))

imported_results.append(reading)

Expand Down

0 comments on commit fcc1a59

Please sign in to comment.