Changes between Initial Version and Version 1 of Ticket #2509
- Timestamp:
- 2015-09-22T08:07:57Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2509 – Description
initial v1 1 1 As of [https://github.com/tahoe-lafs/tahoe-lafs/blob/665c36e45cab3487f279ccae44f79f606613c8f2/src/allmydata/frontends/magic_folder.py 665c36e4]: 2 2 3 Class `MagicFolder` has a n `is_ready` attribute that is not needed.3 Class `MagicFolder` has a redundant `is_ready` attribute. 4 4 5 5 `QueueMixin._append_to_deque` references `self.is_ready`, but that is only initialised in `Uploader`, not `Downloader`. This works only because `_append_to_deque` is not called in `Downloader` (`_add_batch_to_download_queue` is used instead).