use-case: Run devsuite without smartbch
In current master, if I build-config without selecting smartbch, I get following error
File "/home/biggestfan/bch-devsuite/./bch-devsuite", line 349, in setup_docker_compose
if config.smartbch.enabled:
AttributeError: 'NoneType' object has no attribute 'enabled'
Work-around is to select smartbch in wizard, but hand-edit the generated toml to say enabled=false in [smartbch] section.
The wizard should have generated a valid config in the first place.