Skip to content

Commit

Permalink
Merge pull request #114 from aodn/FixPrint
Browse files Browse the repository at this point in the history
Update GenericParquetHandler.py
  • Loading branch information
lbesnard authored Jan 15, 2025
2 parents 90c0f6f + 058e6bf commit 1387f22
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 1387f22

Please sign in to comment.