@@ -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 | if not walk: |
|
649 | if not walk: | |
647 | fullpath = path |
|
650 | fullpath = path | |
648 | foldercounter = 0 |
|
651 | foldercounter = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now