Skip to content

Commit 1387f22

Browse files
authored
Merge pull request #114 from aodn/FixPrint
Update GenericParquetHandler.py
2 parents 90c0f6f + 058e6bf commit 1387f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aodn_cloud_optimised/lib/GenericParquetHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def task(f, i):
11341134
else:
11351135
# Fall back to local processing with ThreadPoolExecutor
11361136
self.logger.info(
1137-
"{self.uuid_log}: No client detected; using local processing."
1137+
f"{self.uuid_log}: No client detected; using local processing."
11381138
)
11391139
with ThreadPoolExecutor() as executor:
11401140
batch_tasks = [

0 commit comments

Comments
 (0)