Misc identation.
This commit is contained in:
parent
0a1657080b
commit
9f47d13306
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ def _legacy_varFind(basedir, text, vars, lookup_fatal, depth, expand_lists):
|
||||||
# args have to be templated
|
# args have to be templated
|
||||||
args = legacy_varReplace(basedir, args, vars, lookup_fatal, depth + 1, True)
|
args = legacy_varReplace(basedir, args, vars, lookup_fatal, depth + 1, True)
|
||||||
if isinstance(args, basestring) and args.find('$') != -1:
|
if isinstance(args, basestring) and args.find('$') != -1:
|
||||||
# unable to evaluate something like $FILE($item) at this point, try to evaluate later
|
# unable to evaluate something like $FILE($item) at this point, try to evaluate later
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
instance = utils.plugins.lookup_loader.get(lookup_plugin_name.lower(), basedir=basedir)
|
instance = utils.plugins.lookup_loader.get(lookup_plugin_name.lower(), basedir=basedir)
|
||||||
|
|
Loading…
Reference in a new issue