mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
The config file had a bug where it expected both a "server" and "dataset" section. If one didn't exist, then it would raise an exception. It should use the default server config or the defaul dataset config in those cases. Added a test case that would have caught this.