Skip to content

Commit 738b70d

Browse files
committed
Show operation name in backup task log message
1 parent 79b2bec commit 738b70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubed/runtime/executors/lithops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def map_unordered(
138138
future, now, start_times[group_name], end_times[group_name]
139139
):
140140
input = future.input
141-
logger.warn("Running backup task for %s", input)
141+
logger.warn(f"Running backup task for {group_name} on {input}")
142142
futures = lithops_function_executor.map(
143143
group_name_to_function[group_name],
144144
[input],

0 commit comments

Comments
 (0)