From bf95d589c40057f5145f75cf8710a15c179a9692 Mon Sep 17 00:00:00 2001 From: tatiana Date: Wed, 14 Oct 2009 13:32:50 +0000 Subject: [PATCH] STL: Comment on dicom reader --- invesalius/reader/dicom_reader.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/reader/dicom_reader.py b/invesalius/reader/dicom_reader.py index d8b49dd..11f61a9 100644 --- a/invesalius/reader/dicom_reader.py +++ b/invesalius/reader/dicom_reader.py @@ -169,6 +169,7 @@ def GetDicomFiles(path): """ list_paths = os.walk(path) + # FIXME: Currently recursion is not working # Recursivelly, find all files inside this folder file_list = [] for p in list_paths: -- libgit2 0.21.2