Commit bf95d589c40057f5145f75cf8710a15c179a9692

Authored by tatiana
1 parent a527b36d

STL: Comment on dicom reader

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/reader/dicom_reader.py
@@ -169,6 +169,7 @@ def GetDicomFiles(path): @@ -169,6 +169,7 @@ def GetDicomFiles(path):
169 """ 169 """
170 list_paths = os.walk(path) 170 list_paths = os.walk(path)
171 171
  172 + # FIXME: Currently recursion is not working
172 # Recursivelly, find all files inside this folder 173 # Recursivelly, find all files inside this folder
173 file_list = [] 174 file_list = []
174 for p in list_paths: 175 for p in list_paths: