-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
When specifying a root path in the FDB config file, if the path contains a trailing /, FDB silently fails (returns empty results) instead of handling it gracefully.
What are the steps to reproduce the bug?
Behavior occurred when using this config. Removing the trailing slash fixes the issue.
type: local
engine: toc
schema: /scratch/mch/cosuna/rea-l-ch1/schema
spaces:
- handler: Default
roots:
- path: /store_new/mch/msopr/rea-l-ch1/fdb/spinup/ # <- note the trailing slashVersion
v5.16.2
Platform (OS and architecture)
x86_64 GNU/Linux
Relevant log output
Accompanying data
No response
Organisation
MeteoSwiss
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working