2
0
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:
Jarrod Johnson 2020-05-08 13:29:33 -04:00
parent 2c4f8dfceb
commit 51c09d844f

View File

@ -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):