Go is hard
This commit is contained in:
parent
18fc3337ff
commit
d370e0ae2d
@ -83,7 +83,7 @@ func (fsr *fsLockedRepo) openMultiDatastores() (map[string]map[int64]datastore.B
|
||||
out[p] = map[int64]datastore.Batching{}
|
||||
|
||||
for _, info := range di {
|
||||
path = filepath.Join(path, info.Name())
|
||||
path := filepath.Join(path, info.Name())
|
||||
|
||||
prefix := datastore.NewKey(p)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user