diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build-command-templates | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/scripts/build-command-templates b/scripts/build-command-templates index c8ae83d9d..2e7f8b994 100755 --- a/scripts/build-command-templates +++ b/scripts/build-command-templates @@ -145,6 +145,8 @@ def get_properties(p, default=None):              description = v.find("description").text              if default != None and default.text == format:                  description += f' (default)' +            # Is no description was specified, keep it empty +            if not description: description = ''              vh.append( (format, description) )          props["val_help"] = vh      except: | 
