We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3190ffe commit 734cabeCopy full SHA for 734cabe
utils/trace_single_task.py
@@ -77,4 +77,4 @@ def main(
77
cfg = hydra.compose(config_name=chosen_config_name, overrides=list(args))
78
logger = bootstrap_logger(level=LOGGER_LEVEL)
79
# Tracing functionality removed - miroflow-contrib deleted
80
- asyncio.run(single_task(cfg, logger, task_id, task, task_file_name))
+ asyncio.run(single_task(cfg, logger, str(task_id), task, task_file_name))
0 commit comments