@@ -437,8 +437,10 class JRODataReader(JRODataIO, ProcessingUnit): | |||
|
437 | 437 | |
|
438 | 438 | #Filtra solo los directorios |
|
439 | 439 | for thisPath in os.listdir(path): |
|
440 |
if os.path.isdir(os.path.join(path, |
|
|
441 |
|
|
|
440 | if not os.path.isdir(os.path.join(path,thisPath)): | |
|
441 | continue | |
|
442 | if not isDoyFolder(thisPath): | |
|
443 | continue | |
|
442 | 444 | |
|
443 | 445 | if not(dirList): |
|
444 | 446 | return None, None, None, None, None |
General Comments 0
You need to be logged in to leave comments.
Login now