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: |