Files
cellxgene/server
bmccandless 3c04529523 Fix error message when datapath and dataroot are not provided (#1746)
* Fix error message when datapath and dataroot are not provided

Previously:
$ cellxgene launch
cellxgene] Starting the CLI...
AttributeError: 'NoneType' object has no attribute 'startswith'

With this fix:
$ cellxgene launch
[cellxgene] Starting the CLI...
Error: missing datapath

* lint
2020-08-13 21:10:02 -07:00
..
2020-07-31 18:16:57 -07:00
2020-08-06 11:52:19 -07:00
2020-08-13 14:36:42 -07:00
2020-08-03 17:54:06 -05:00