minor update

This commit is contained in:
Hartmut Seichter 2024-05-22 19:45:24 +02:00
parent e816fe50a2
commit e489ef1517
3 changed files with 12 additions and 5 deletions

View file

@ -164,4 +164,5 @@ class Schema:
case 'multinum' :
list.append( (r['label'], ', '.join( r['template'].format(value=v) for v in r['value'])) )
return list
return list