We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b525f6e commit b9cbe8eCopy full SHA for b9cbe8e
modules/utils.py
@@ -365,7 +365,6 @@ def _set_config_val(k,v):
365
new_val = g.config[gk].replace('{{' + match_key + '}}',str(g.config[match_key]))
366
g.config[gk] = new_val
367
gv = new_val
368
-
369
else:
370
g.logger.Debug(4, 'substitution key: {} not found'.format(match_key))
371
if not replaced:
0 commit comments