Skip to content

Commit

Permalink
Make is_syncable a property
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 23, 2024
1 parent 5f96006 commit 58f5097
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def is_connected(self) -> bool:
def is_paused(self) -> bool:
return self.paused

@property
def is_syncable(self) -> bool:
"""Confirms that the connector can be sync. Will raise a Failure in the event that
the connector is either paused or not fully set up.
Expand Down

0 comments on commit 58f5097

Please sign in to comment.