Changes between Initial Version and Version 1 of Ticket #2509


Ignore:
Timestamp:
2015-09-22T08:07:57Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2509 – Description

    initial v1  
    11As of [https://github.com/tahoe-lafs/tahoe-lafs/blob/665c36e45cab3487f279ccae44f79f606613c8f2/src/allmydata/frontends/magic_folder.py 665c36e4]:
    22
    3 Class `MagicFolder` has an `is_ready` attribute that is not needed.
     3Class `MagicFolder` has a redundant `is_ready` attribute.
    44
    55`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).