##// END OF EJS Templates
Miguel Valdez -
r700:5ddbdeccaf1c
parent child
Show More
@@ -641,8 +641,11 class JRODataReader(JRODataIO):
641 641
642 642
643 643 """
644 dirList = []
644 if not os.path.isdir(path):
645 return None, None, None, None, None, None
645 646
647 dirList = []
648
646 649 if not walk:
647 650 fullpath = path
648 651 foldercounter = 0
General Comments 0
You need to be logged in to leave comments. Login now