fix: change tape error

This commit is contained in:
Samuel N Cui
2022-12-13 17:00:04 +08:00
parent f87ec06af6
commit 8ccecd8017
26 changed files with 501 additions and 273 deletions

View File

@@ -106,7 +106,7 @@ func (e *Executor) Submit(ctx context.Context, job *Job, param *entity.JobNextPa
return err
}
exe.submit(param.GetArchive())
exe.submit(ctx, param.GetArchive())
return nil
}