eric7/WebBrowser/Sync/FtpSyncHandler.py

branch
eric7
changeset 9186
0c28a1670e06
parent 9153
506e35e424d5
equal deleted inserted replaced
9185:8975ed45c22d 9186:0c28a1670e06
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(

eric ide

mercurial