f
This commit is contained in:
@@ -667,10 +667,9 @@ class search_file(Cmdlet):
|
||||
pass
|
||||
|
||||
from Store import Store
|
||||
|
||||
storage = Store(config=config or {})
|
||||
from Store._base import Store as BaseStore
|
||||
|
||||
storage = storage_registry
|
||||
backend_to_search = storage_backend or None
|
||||
if hash_query:
|
||||
# Explicit hash list search: build rows from backend metadata.
|
||||
|
||||
Reference in New Issue
Block a user