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