parent
d0bff870a6
commit
6f9373dd66
@ -114,10 +114,8 @@ def lines(self):
|
|||||||
'{0} [{1}]'.format(k, self.default(v)),
|
'{0} [{1}]'.format(k, self.default(v)),
|
||||||
width=self.column_widths[0]
|
width=self.column_widths[0]
|
||||||
)
|
)
|
||||||
allowed = textwrap.wrap(
|
allowed = v.allowed_values.replace('True, False', 'on, off')
|
||||||
v.allowed_values,
|
allowed = textwrap.wrap(allowed, width=self.column_widths[1])
|
||||||
width=self.column_widths[1]
|
|
||||||
)
|
|
||||||
description = textwrap.wrap(
|
description = textwrap.wrap(
|
||||||
v.description,
|
v.description,
|
||||||
width=self.column_widths[2]
|
width=self.column_widths[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user