##// END OF EJS Templates
Test commit jroIO_param.py change letter D by M
soporte -
r1216:cef0eac4db4e v2.3-devel
parent child
Show More
@@ -829,7 +829,7 class ParamWriter(Operation):
829 829
830 830 if os.path.exists(fullpath):
831 831 filesList = os.listdir( fullpath )
832 filesList = [k for k in filesList if 'D' in k]
832 filesList = [k for k in filesList if 'M' in k]
833 833 if len( filesList ) > 0:
834 834 filesList = sorted( filesList, key=str.lower )
835 835 filen = filesList[-1]
General Comments 0
You need to be logged in to leave comments. Login now