diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-03 01:09:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-03 01:09:00 +0100 |
| commit | 670cf62029b9e32c4bc0432ec05647051e849775 (patch) | |
| tree | 3d6a2bebd0e8abbf920ec651f05129a2d367ac08 | |
| parent | 9af4e859c22d722c95433242d610455489925739 (diff) | |
Missing function call.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -720,7 +720,7 @@ class Tree(object): # we are building and any options specified by the parent. if 'option_defaults' in dep.cscript: - for k, v in dep.cscript['option_defaults'].items(): + for k, v in dep.cscript['option_defaults']().items(): to[k] = v if len(d) > 2: |
