##// END OF EJS Templates
Bug fixed: mensajes en la busqueda de datos en linea agregados
Miguel Valdez -
r293:e76e4bf50f11
parent child
Show More
@@ -432,7 +432,7 class JRODataReader(JRODataIO, ProcessingUnit):
432 else:
432 else:
433 fullpath = path
433 fullpath = path
434
434
435 print "%d folder was found: " %(fullpath )
435 print "%s folder was found: " %(fullpath )
436
436
437 filename = getlastFileFromPath(fullpath, ext)
437 filename = getlastFileFromPath(fullpath, ext)
438
438
General Comments 0
You need to be logged in to leave comments. Login now