Skip to content

Commit 6548d1e

Browse files
Linter fix
1 parent 83808cc commit 6548d1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

unstructured_ingest/v2/processes/connectors/google_drive.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,11 @@ def precheck(self) -> None:
225225
extensions=self.index_config.extensions,
226226
)
227227
if file_count == 0:
228-
logger.warning("Empty folder: no files found recursively in the folder. \
228+
logger.warning(
229+
"Empty folder: no files found recursively in the folder. \
229230
Please verify that the folder contains files and \
230-
that the service account has proper permissions.")
231+
that the service account has proper permissions."
232+
)
231233
# raise SourceConnectionError(
232234
# "Empty folder: no files found recursively in the folder. "
233235
# "Please verify that the folder contains files and \

0 commit comments

Comments
 (0)