summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-03 01:09:00 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-03 01:09:00 +0100
commit670cf62029b9e32c4bc0432ec05647051e849775 (patch)
tree3d6a2bebd0e8abbf920ec651f05129a2d367ac08
parent9af4e859c22d722c95433242d610455489925739 (diff)
Missing function call.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index d63e68c..45a1573 100755
--- a/cdist
+++ b/cdist
@@ -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: