You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
use-case: Run devsuite without smartbch
In current master, if I
build-config
without selecting smartbch, I get following errorWork-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.
The text was updated successfully, but these errors were encountered: