Skip to content

Commit

Permalink
fix liense
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Nov 10, 2022
1 parent e0190eb commit e0d1d90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions executor/plan_replayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ func DumpPlanReplayerInfo(ctx context.Context, sctx sessionctx.Context,
err = zf.Close()
if err != nil {
logutil.BgLogger().Error("Closing zip file failed", zap.Error(err), zap.String("filename", fileName))
}
if err != nil {
for i, record := range records {
record.FailedReason = err.Error()
records[i] = record
Expand Down

0 comments on commit e0d1d90

Please sign in to comment.