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