mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 18:49:14 -06:00
actual fix
This commit is contained in:
@@ -304,6 +304,9 @@ func (p *Puller) Pull(ctx context.Context) error {
|
||||
}
|
||||
}
|
||||
}
|
||||
if ae.IsSet() {
|
||||
return ae.Get()
|
||||
}
|
||||
|
||||
if p.wr.Size() > 0 {
|
||||
completedTables <- FilledWriters{p.wr}
|
||||
|
||||
Reference in New Issue
Block a user