fix syntax error
This commit is contained in:
parent
c687960f15
commit
dc0ee5132a
|
@ -133,7 +133,7 @@ class TiramisuOptionProperty:
|
|||
properties.append('frozen')
|
||||
else:
|
||||
properties = []
|
||||
if self.config.get_hidden(self.path)
|
||||
if self.config.get_hidden(self.path):
|
||||
properties.append('hidden')
|
||||
return properties
|
||||
|
||||
|
|
Loading…
Reference in New Issue