-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.1004
-
Fix Version/s: 2.0.1028
-
Component/s: Synchronizer
-
Sprint:drive-7.10-1
-
Story Points:1
See Processor._download_content:
# Check if the file is already on the HD pair = self._dao.get_valid_duplicate_file(doc_pair.remote_digest) if pair: import shutil file_out = self._get_temporary_file(file_path) shutil.copy(local_client._abspath(pair.local_path), file_out) return file_out
This code currently raises an OSError if the parent directory of file_out is readonly.
This needs to be fixed for NXP-11328.
- is required by
-
NXP-11328 Synchronize content in sections (and also allow live proxy syncing)
- Resolved