Merge branch 'test' into develop

This commit is contained in:
Marvin Zhang
2025-10-09 11:13:51 +08:00
committed by GitHub

View File

@@ -196,7 +196,7 @@ func (r *Runner) Run() (err error) {
// sync files worker nodes
if !utils.IsMaster() {
if err := r.syncFiles(); err != nil {
return r.updateTask(constants.TaskStatusError, err)
r.Warnf("error synchronizing files: %v", err)
}
}