Changes between Initial Version and Version 1 of Ticket #2535, comment 25
- Timestamp:
- 2016-01-21T15:39:30Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2535, comment 25
initial v1 1 1 2 The callsite passes ` ``self._local_path_u``` which is the Magic-Folder directory... and ```_write_downloaded_file``` needs it to ensure that we can chmod all created directories without chmod`ing outside the Magic-Folder.2 The callsite passes `self._local_path_u` which is the Magic-Folder directory... and `_write_downloaded_file` needs it to ensure that we can chmod all created directories without chmod'ing outside the Magic-Folder. 3 3 4 I guess I should change the argument name to ` ``magicfolder_dir_u```...4 I guess I should change the argument name to `magicfolder_dir_u`... 5 5