##// END OF EJS Templates
Se cambia el nombre del folder de D* a d*
Daniel Valdez -
r273:399567791378
parent child
Show More
@@ -1038,7 +1038,7 class JRODataWriter(JRODataIO, Operation):
1038 self.fp.close()
1038 self.fp.close()
1039
1039
1040 timeTuple = time.localtime( self.dataOut.utctime)
1040 timeTuple = time.localtime( self.dataOut.utctime)
1041 subfolder = 'D%4.4d%3.3d' % (timeTuple.tm_year,timeTuple.tm_yday)
1041 subfolder = 'd%4.4d%3.3d' % (timeTuple.tm_year,timeTuple.tm_yday)
1042
1042
1043 fullpath = os.path.join( path, subfolder )
1043 fullpath = os.path.join( path, subfolder )
1044 if not( os.path.exists(fullpath) ):
1044 if not( os.path.exists(fullpath) ):
General Comments 0
You need to be logged in to leave comments. Login now