mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-11 18:28:11 +00:00
Fix broken expressions
Fix mistake in the {} password fix.
This commit is contained in:
parent
2c4f8dfceb
commit
51c09d844f
@ -117,6 +117,7 @@ def attrib_supports_expression(attrib):
|
||||
attrib = _attraliases.get(attrib, attrib)
|
||||
if attrib.startswith('secret.') or attrib.startswith('crypted.'):
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
def _mkpath(pathname):
|
||||
|
Loading…
x
Reference in New Issue
Block a user