Skip to content

Commit

Permalink
Edit detection of images for viewing - change rigid suffix req
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Dec 9, 2024
1 parent 6a42dcf commit af9e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/utils/utils_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_file_list(folder_path: str, file_suff: str = "") -> List:
list_nifti.append(f)
return list_nifti

def get_image_path(folder_path: str, file_pref: str = "", file_suff_list: list) -> str:
def get_image_path(folder_path: str, file_pref: str, file_suff_list: list) -> str:
if not os.path.exists(folder_path):
return ""
for tmp_suff in file_suff_list:
Expand Down

0 comments on commit af9e564

Please sign in to comment.