Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 22, 2024
1 parent 3bbbaec commit b0f4d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/etl/dataprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ func (p *fileDataProvider) Dispose() {
file := p.file
p.file = nil

filePath := file.Name()
go func() {
filePath := file.Name()
file.Close()
_ = os.Remove(filePath)
}()
Expand Down

0 comments on commit b0f4d47

Please sign in to comment.