Browse Source

fix error

pull/1759/head
Chris Lu 4 years ago
parent
commit
fa0c8d5283
  1. 2
      weed/filer/abstract_sql/abstract_sql_store.go

2
weed/filer/abstract_sql/abstract_sql_store.go

@ -74,7 +74,7 @@ func (store *AbstractSqlStore) getTxOrDB(ctx context.Context, fullpath util.Full
txOrDB = store.DB
}
if strings.HasPrefix(string(fullpath), "/buckets/") {
if !strings.HasPrefix(string(fullpath), "/buckets/") {
return
}

Loading…
Cancel
Save