Commit 69a82648 authored by Baber's avatar Baber
Browse files

fixup! better error handling

parent 13a3f1d6
......@@ -265,7 +265,7 @@ class TaskManager:
),
**config,
}
if "output_type" in config:
if "output_path" in config:
task_object = JudgeTask(
config=config, output_path=config.get("output_path", None)
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment