mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-24 20:20:36 +00:00
Fix broken expressions
Fix mistake in the {} password fix.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user