We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c232e37 commit 52a1ff9Copy full SHA for 52a1ff9
functions-python/batch_process_dataset/src/main.py
@@ -160,7 +160,7 @@ def upload_file_to_storage(
160
161
base_path, _ = os.path.splitext(source_file_path)
162
extracted_files: List[Gtfsfile] = []
163
- if is_zip and (not extracted_files_path or not os.path.exists(extracted_files_path)):
+ if not extracted_files_path or not os.path.exists(extracted_files_path):
164
self.logger.warning(
165
f"Extracted files path {extracted_files_path} does not exist."
166
)
0 commit comments