Commit 09eff867 authored by Łukasz Nowak's avatar Łukasz Nowak

XXX defaulter

parent bb9e97ef
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# not need these here). # not need these here).
[template] [template]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 7ebf557dd088d26b21c95c6749c94642 md5sum = 31821067c5f1586863c8c64c2143a51c
[profile-common] [profile-common]
filename = instance-common.cfg.in filename = instance-common.cfg.in
......
...@@ -68,8 +68,8 @@ init = ...@@ -68,8 +68,8 @@ init =
default_dict[property] = value_dict['default'] default_dict[property] = value_dict['default']
elif 'properties' in value_dict: elif 'properties' in value_dict:
default_dict[property] = fetchLevel(value_dict) default_dict[property] = fetchLevel(value_dict)
else: #else: # XXX -- then merge_dict can't work nicely...
default_dict[property] = None # default_dict[property] = None
return default_dict return default_dict
options['defaults'] = fetchLevel(input_json) options['defaults'] = fetchLevel(input_json)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment