mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
* 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