Skip to content

Commit

Permalink
file-based: fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 committed Jan 8, 2025
1 parent c9272cd commit 66c6b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte_cdk/sources/file_based/file_based_stream_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def preserve_subdirectories_directories(self) -> bool:
# fall back to preserve subdirectories if config is not present or incomplete
if (
self.use_file_transfer()
and self.config
and hasattr(self.config.delivery_method, "preserve_subdirectories_directories")
and self.config.delivery_method.preserve_subdirectories_directories is not None
):
Expand Down

0 comments on commit 66c6b97

Please sign in to comment.