Helpviewer/Sync/DirectorySyncHandler.py

branch
6_1_x
changeset 4777
4e5b185f7bf2
parent 4632
ca310db386ed
child 5389
9b1c800daff3
equal deleted inserted replaced
4770:07bb802753a2 4777:4e5b185f7bf2
160 type_, fileName, 160 type_, fileName,
161 QFileInfo(os.path.join( 161 QFileInfo(os.path.join(
162 Preferences.getHelp("SyncDirectoryPath"), 162 Preferences.getHelp("SyncDirectoryPath"),
163 self._remoteFiles[type_])).lastModified().toTime_t()) 163 self._remoteFiles[type_])).lastModified().toTime_t())
164 else: 164 else:
165 if os.path.exists( 165 if not os.path.exists(
166 os.path.join(Preferences.getHelp("SyncDirectoryPath"), 166 os.path.join(Preferences.getHelp("SyncDirectoryPath"),
167 self._remoteFiles[type_])): 167 self._remoteFiles[type_])):
168 self.syncStatus.emit( 168 self.syncStatus.emit(
169 type_, self._messages[type_]["RemoteMissing"]) 169 type_, self._messages[type_]["RemoteMissing"])
170 else: 170 else:

eric ide

mercurial