Skip to content

Commit

Permalink
Update error description
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <danilo@ivex.ai>
  • Loading branch information
romanodanilo committed Jul 10, 2024
1 parent 8e10834 commit 9daefcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ def check_rule(checker_data: models.CheckerData) -> None:
checker_id=parameters_constants.CHECKER_ID,
issue_id=issue_id,
xpath=xpath,
description=f"Parameter value {attr_value[1:]} for attribute {attr_name} not defined in Catalog or with no default value",
description=f"Parameter value {attr_value[1:]} for attribute {attr_name} is not defined in Catalog or has no default value",
)

0 comments on commit 9daefcc

Please sign in to comment.