mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-14 04:05:31 +00:00
Support top level data stores, not exposed via the UI yet (#986)
This commit is contained in:
parent
c36ed57996
commit
353b5a84a6
@ -11,4 +11,6 @@ class UpsearchService:
|
||||
locations.append(location)
|
||||
location = os.path.dirname(location)
|
||||
|
||||
locations.append("")
|
||||
|
||||
return locations
|
||||
|
@ -13,4 +13,5 @@ class TestUpsearchService(BaseTest):
|
||||
"misc/jonjon/generic-data-store-area",
|
||||
"misc/jonjon",
|
||||
"misc",
|
||||
"",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user