Skip to content

Commit

Permalink
Update GenericParquetHandler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed Jan 15, 2025
1 parent 90c0f6f commit 058e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aodn_cloud_optimised/lib/GenericParquetHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def task(f, i):
else:
# Fall back to local processing with ThreadPoolExecutor
self.logger.info(
"{self.uuid_log}: No client detected; using local processing."
f"{self.uuid_log}: No client detected; using local processing."
)
with ThreadPoolExecutor() as executor:
batch_tasks = [
Expand Down

0 comments on commit 058e6bf

Please sign in to comment.