Skip to content

Commit

Permalink
Update fivetran_provider_async/operators.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Lee <[email protected]>
  • Loading branch information
dwreeves and Lee-W authored Oct 10, 2023
1 parent 18ff382 commit 3660a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fivetran_provider_async/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _wait_synchronously(self, last_sync: pendulum.DateTime) -> None:
self.connector_id, last_sync, propagate_failures_forward=False, always_wait_when_syncing=True
)
if is_completed:
return None
return
else:
self.log.info("sync is still running...")
self.log.info("sleeping for %s seconds.", self.poll_frequency)
Expand Down

0 comments on commit 3660a43

Please sign in to comment.