259 if ( |
259 if ( |
260 not self.__forceUpload and |
260 not self.__forceUpload and |
261 self._remoteFiles[type_] in self.__remoteFilesFound |
261 self._remoteFiles[type_] in self.__remoteFilesFound |
262 ): |
262 ): |
263 if ( |
263 if ( |
|
264 not pathlib.Path(fileName).exists() or |
264 pathlib.Path(fileName).stat().st_mtime < |
265 pathlib.Path(fileName).stat().st_mtime < |
265 self.__remoteFilesFound[ |
266 self.__remoteFilesFound[ |
266 self._remoteFiles[type_].toSecsSinceEpoch()] |
267 self._remoteFiles[type_].toSecsSinceEpoch()] |
267 ): |
268 ): |
268 self.__downloadFile( |
269 self.__downloadFile( |