mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
update log messages to ease debugging (#988)
This commit is contained in:
@ -236,7 +236,9 @@ class Task(BASE_TASK, ORMMixin):
|
||||
task.mark_failed(
|
||||
Error(
|
||||
code=ErrorCode.TASK_FAILED,
|
||||
errors=["prerequisite task failed"],
|
||||
errors=[
|
||||
"prerequisite task failed. task_id:%s" % self.task_id
|
||||
],
|
||||
),
|
||||
tasks_in_job,
|
||||
)
|
||||
|
Reference in New Issue
Block a user