Skip to content

Commit

Permalink
fix: 修复循环拉取任务失效
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlkl committed Jul 13, 2023
1 parent dae3b3d commit c57b611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis-tool-sdk-golang/api/bkrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func (c *BkRepoClient) Finish(toolOutput *object.ToolOutput) {
panic("Report analysis result failed, taskId: " + toolOutput.TaskId)
}
}
c.ToolInput = nil
}

func (c *BkRepoClient) Failed(err error) {
Expand Down

0 comments on commit c57b611

Please sign in to comment.