Skip to content

Commit 5ec1d7c

Browse files
bridadankegilbert
andauthored
Update tools/config/__init__.py
Co-Authored-By: kegilbert <[email protected]>
1 parent 9d9cd84 commit 5ec1d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ def validate_config(self):
11021102

11031103
# Numerical accepted value check
11041104
elif accepted is not None and value not in accepted:
1105-
err_msg += "\nInvalid config range for %s, is not an accepted value: %s"\
1105+
err_msg += "\nInvalid value for %s, is not an accepted value: %s"\
11061106
% (param, ", ".join(map(str, accepted)))
11071107
else:
11081108
if min is not None or max is not None:

0 commit comments

Comments
 (0)