hotfix: formatting
This commit is contained in:
@@ -86,7 +86,7 @@ class BaseSource(Source):
|
||||
for configured_stream in catalog.streams:
|
||||
try:
|
||||
yield from self._read_stream(logger=logger, client=client, configured_stream=configured_stream, state=total_state)
|
||||
|
||||
|
||||
except Exception:
|
||||
logger.exception(f"Encountered an exception while reading stream {self.name}")
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user