Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-levan committed Jan 22, 2025
1 parent bbf8773 commit a178a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotemplate/CalcTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def search_error(self, json_vars: dict[str, dict[str, Union[str, list[str]]]]) -
self.close()
raise errors.JsonComparaisonError(
'missing_required_variable',
f"There is one or more missing variables in the json",
f"There is one or more missing variables in the json {repr(notdiff)}",
{"error" : repr(notdiff)}
)

Expand Down

0 comments on commit a178a1c

Please # to comment.