scripts: edtlib: Fix bad block indentation

Reported by pylint.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-09-05 21:53:20 +02:00 committed by Kumar Gala
commit cff38cf0ef

View file

@ -1339,7 +1339,7 @@ def _check_binding_properties(binding, binding_path):
.format(binding_path, prop_name))
if "const" in options and not isinstance(options["const"], (int, str)):
_err("const in {} for property ({}) is not a scalar"
_err("const in {} for property '{}' is not a scalar"
.format(binding_path, prop_name))