Skip to content

Commit 52a1ff9

Browse files
committed
Revert "Update functions-python/batch_process_dataset/src/main.py"
This reverts commit ea31389.
1 parent c232e37 commit 52a1ff9

File tree

1 file changed

+1
-1
lines changed
  • functions-python/batch_process_dataset/src

1 file changed

+1
-1
lines changed

functions-python/batch_process_dataset/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def upload_file_to_storage(
160160

161161
base_path, _ = os.path.splitext(source_file_path)
162162
extracted_files: List[Gtfsfile] = []
163-
if is_zip and (not extracted_files_path or not os.path.exists(extracted_files_path)):
163+
if not extracted_files_path or not os.path.exists(extracted_files_path):
164164
self.logger.warning(
165165
f"Extracted files path {extracted_files_path} does not exist."
166166
)

0 commit comments

Comments
 (0)