Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopamaral committed Jan 28, 2025
1 parent 29683f9 commit 12a70d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singer_sdk/tap_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ def sync_all(self) -> None:
"""Sync all streams."""
self._reset_state_progress_markers()
self._set_compatible_replication_methods()
raise Exception(self.state)
self.write_message(StateMessage(value=self.state))
if self.state:
self.write_message(StateMessage(value=self.state))

stream: Stream
for stream in self.streams.values():
Expand Down

0 comments on commit 12a70d8

Please sign in to comment.