Skip to content

Commit

Permalink
Fix typo in modality path
Browse files Browse the repository at this point in the history
  • Loading branch information
jomasator2 committed Apr 3, 2024
1 parent fc271ad commit 5bbd09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat2mids/mids_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def create_directory_mids_v1(xnat_data_path, mids_data_path, body_part, debug_le
folder_conversion = dicom2png(path_dicoms) #.joinpath("resources")
except RuntimeError as e:
continue
modality_, mim= ((modality, f"mim-ligth/{modality.lower()}"))
modality_, mim= ((modality, f"mim-light/{modality.lower()}"))
laterality = dict_json.get("Laterality")
procedure_class_radiology.control_image(
folder_conversion,
Expand Down

0 comments on commit 5bbd09e

Please sign in to comment.