@@ -3241,7 +3241,7 class FitsReader(ProcessingUnit): | |||||
3241 | for file in fileList: |
|
3241 | for file in fileList: | |
3242 |
|
3242 | |||
3243 | filename = os.path.join(thisPath,file) |
|
3243 | filename = os.path.join(thisPath,file) | |
3244 |
thisDatetime = self.isFileinThisTime(filename, startTime, endTime |
|
3244 | thisDatetime = self.isFileinThisTime(filename, startTime, endTime) | |
3245 |
|
3245 | |||
3246 | if not(thisDatetime): |
|
3246 | if not(thisDatetime): | |
3247 | continue |
|
3247 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now