We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as3:/rstblog# ./bin/run-rstblog Traceback (most recent call last): File "./bin/run-rstblog", line 19, in sys.exit(rstblog.cli.main()) File "/root/rstblog/rstblog/cli.py", line 43, in main builder = get_builder(folder) File "/root/rstblog/rstblog/cli.py", line 23, in get_builder raise ValueError('root config file "%s" is required' % config_filename) ValueError: root config file "/root/rstblog/config.yml" is required as3:/rstblog# ls bin buildout.cfg eggs MANIFEST.in rstblog bootstrap.py develop-eggs LICENSE parts rstblog.egg-info build dist log README setup.py as3:/rstblog# find . -name config.yml as3:/rstblog#
tks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
as3:
/rstblog# ./bin/run-rstblog/rstblog# lsTraceback (most recent call last):
File "./bin/run-rstblog", line 19, in
sys.exit(rstblog.cli.main())
File "/root/rstblog/rstblog/cli.py", line 43, in main
builder = get_builder(folder)
File "/root/rstblog/rstblog/cli.py", line 23, in get_builder
raise ValueError('root config file "%s" is required' % config_filename)
ValueError: root config file "/root/rstblog/config.yml" is required
as3:
bin buildout.cfg eggs MANIFEST.in rstblog
bootstrap.py develop-eggs LICENSE parts rstblog.egg-info
build dist log README setup.py
as3:
/rstblog# find . -name config.yml/rstblog#as3:
tks
The text was updated successfully, but these errors were encountered: