forked from stove/risotto
better error informations
This commit is contained in:
parent
212699f571
commit
11029ea231
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ async def main():
|
||||||
try:
|
try:
|
||||||
await root_option.option.get()
|
await root_option.option.get()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
exit(f'Unable to find {server_name} configuration: {[await o.option.name() for o in await config.option.list(type="optiondescription")]}')
|
exit(f'Unable to find {server_name} configuration: {[await o.option.description() for o in await config.option.list(type="optiondescription")]}')
|
||||||
await table(root_option, 0, values, args.read_only)
|
await table(root_option, 0, values, args.read_only)
|
||||||
for title, dico in values.items():
|
for title, dico in values.items():
|
||||||
if title == 'Services':
|
if title == 'Services':
|
||||||
|
|
Loading…
Reference in a new issue