Skip to content

Commit 734cabe

Browse files
authored
fix: TaskTracer validation error (Fixes #55) (#56)
1 parent 3190ffe commit 734cabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/trace_single_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def main(
7777
cfg = hydra.compose(config_name=chosen_config_name, overrides=list(args))
7878
logger = bootstrap_logger(level=LOGGER_LEVEL)
7979
# Tracing functionality removed - miroflow-contrib deleted
80-
asyncio.run(single_task(cfg, logger, task_id, task, task_file_name))
80+
asyncio.run(single_task(cfg, logger, str(task_id), task, task_file_name))

0 commit comments

Comments
 (0)