mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 02:54:27 +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)
|
locations.append(location)
|
||||||
location = os.path.dirname(location)
|
location = os.path.dirname(location)
|
||||||
|
|
||||||
|
locations.append("")
|
||||||
|
|
||||||
return locations
|
return locations
|
||||||
|
@ -13,4 +13,5 @@ class TestUpsearchService(BaseTest):
|
|||||||
"misc/jonjon/generic-data-store-area",
|
"misc/jonjon/generic-data-store-area",
|
||||||
"misc/jonjon",
|
"misc/jonjon",
|
||||||
"misc",
|
"misc",
|
||||||
|
"",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user