scripts: edtlib: Fix bad block indentation
Reported by pylint. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
8f22529e74
commit
cff38cf0ef
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue