Fix typo in comment.
This commit is contained in:
parent
d409352c85
commit
4587528b99
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ def legacy_varReplace(basedir, raw, vars, lookup_fatal=True, depth=0, expand_lis
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def fix_ds(basedir, vars, original, depth=0):
|
def fix_ds(basedir, vars, original, depth=0):
|
||||||
''' used to massage the input directory to avoid surprises later and minimize more complex recursive problems '''
|
''' used to massage the input dictionary to avoid surprises later and minimize more complex recursive problems '''
|
||||||
while (depth < 20):
|
while (depth < 20):
|
||||||
depth = depth + 1
|
depth = depth + 1
|
||||||
vars2 = _fix_ds(basedir, vars, original, depth=depth)
|
vars2 = _fix_ds(basedir, vars, original, depth=depth)
|
||||||
|
|
Loading…
Reference in a new issue