Skip to content

Commit 126137c

Browse files
committed
Debugging on windows CI
1 parent fba9401 commit 126137c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cubed/runtime/executors/lithops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ def execute_dag(
239239

240240
def standardise_lithops_stats(future: RetryingFuture) -> Dict[str, Any]:
241241
stats = future.stats
242+
for k, v in stats.items():
243+
print(f"lithops stats: {k} -> {v} ({type(v)})")
242244
return dict(
243245
name=future.group_name,
244246
task_create_tstamp=stats["host_job_create_tstamp"],

0 commit comments

Comments
 (0)