#2509 closed defect

Magic Folder: clean up use of is_ready — at Initial Version

Reported by: daira Owned by: daira
Priority: normal Milestone: soon
Component: code-frontend-magic-folder Version: n/a
Keywords: otf-magic-folder-objective4 cleanup Cc:
Launchpad Bug:

Description

As of 665c36e4:

Class MagicFolder has an is_ready attribute that is not needed.

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).

Change History (0)

Note: See TracTickets for help on using tickets.