mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-20 01:45:09 -04:00
expose ancillary parameter in settings
This commit is contained in:
parent
5b91747ec1
commit
e887371bec
3 changed files with 11 additions and 11 deletions
|
@ -49,7 +49,7 @@ def create_command(commands, concat=False):
|
|||
for name, command in commands.items():
|
||||
if not concat:
|
||||
result[name] = {}
|
||||
for parameter, data in command.parameters.items():
|
||||
for parameter, data in command.settings.items():
|
||||
if data.typology == "enum":
|
||||
value = data.values
|
||||
elif data.typology == "range":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue