Skip to content

Commit 1aad5c0

Browse files
committed
Fixed mistake in string formatting
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 85f290e commit 1aad5c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cfbs/validate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def _validate_top_level_keys(config):
120120
if config["type"] == "index" and type(config["index"]) not in (dict, OrderedDict):
121121
raise CFBSValidationError(
122122
'For a cfbs.json with "index" as type, the "index" field must be an object / dictionary'
123-
% field
124123
)
125124

126125
# Further check types / values of those required fields:

0 commit comments

Comments
 (0)