The script below should open all the files inside the folder \'pruebaba\' recursively but I get this error:
Traceback (most recent call last): F
os.listdir lists both files and directories. You should check if what you're trying to open really is a file with os.path.isfile