From: Jelte Jansen Date: Tue, 14 Feb 2012 16:21:08 +0000 (+0100) Subject: [1649] oops removed the if there X-Git-Tag: trac2351_base~247^2~11^2~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c70cfef4856f2df56349d9f4798f63e32633f6d2;p=thirdparty%2Fkea.git [1649] oops removed the if there --- diff --git a/src/lib/python/isc/config/config_data.py b/src/lib/python/isc/config/config_data.py index cb33af0d9b..0fc30e9ab7 100644 --- a/src/lib/python/isc/config/config_data.py +++ b/src/lib/python/isc/config/config_data.py @@ -217,7 +217,7 @@ def spec_name_list(spec, prefix="", recurse=False): if prefix != "" and not prefix.endswith("/"): prefix += "/" if type(spec) == dict: - spec_part_is_map(spec): + if spec_part_is_map(spec): for map_el in spec['map_item_spec']: name = map_el['item_name'] if map_el['item_type'] == 'map':