Skip to content

Commit a178a1c

Browse files
fix ruff
1 parent bbf8773 commit a178a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lotemplate/CalcTemplate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def search_error(self, json_vars: dict[str, dict[str, Union[str, list[str]]]]) -
9292
self.close()
9393
raise errors.JsonComparaisonError(
9494
'missing_required_variable',
95-
f"There is one or more missing variables in the json",
95+
f"There is one or more missing variables in the json {repr(notdiff)}",
9696
{"error" : repr(notdiff)}
9797
)
9898

0 commit comments

Comments
 (0)