mirror of https://github.com/ARMmbed/mbed-os.git
Update tools/config/__init__.py
Co-Authored-By: kegilbert <K.Gilbert.CH@gmail.com>pull/8673/head
parent
9d9cd84942
commit
5ec1d7c221
|
|
@ -1102,7 +1102,7 @@ class Config(object):
|
|||
|
||||
# Numerical accepted value check
|
||||
elif accepted is not None and value not in accepted:
|
||||
err_msg += "\nInvalid config range for %s, is not an accepted value: %s"\
|
||||
err_msg += "\nInvalid value for %s, is not an accepted value: %s"\
|
||||
% (param, ", ".join(map(str, accepted)))
|
||||
else:
|
||||
if min is not None or max is not None:
|
||||
|
|
|
|||
Loading…
Reference in New Issue