Skip to content

Commit

Permalink
don't override error
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Jan 21, 2025
1 parent f238a57 commit 7a52606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/commands/tblcmds/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ func move(ctx context.Context, rd table.SqlRowReader, wr *mvdata.SqlEngineTableW

// only log info for the --continue option
if !options.contOnErr {
rowErr = wr.DropCreatedTable()
_ = wr.DropCreatedTable()
return true
}

Expand Down

0 comments on commit 7a52606

Please sign in to comment.