@@ -122,7 +122,7 class matoffReader(ProcessingUnit): | |||||
122 | # dirList= [dirList[-1]] |
|
122 | # dirList= [dirList[-1]] | |
123 |
|
123 | |||
124 | if self.online: |
|
124 | if self.online: | |
125 |
currentdate = datetime.datetime. |
|
125 | currentdate = datetime.datetime.now() | |
126 | strsplit1=currentdate.strftime('%Y.%m.%d') |
|
126 | strsplit1=currentdate.strftime('%Y.%m.%d') | |
127 | dirList = fnmatch.filter(dirList,strsplit1+'*') |
|
127 | dirList = fnmatch.filter(dirList,strsplit1+'*') | |
128 |
|
128 |
General Comments 0
You need to be logged in to leave comments.
Login now