@@ -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 = ' |
|
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