Skip to content

Commit

Permalink
Remove '%s' because this way could not match the secret_list (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubaihua33 authored and LiliDeng committed Apr 15, 2024
1 parent 4fa579b commit 1a077b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lisa/transformers/script_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ def _internal_run(self) -> Dict[str, Any]:
) from e

self._log.debug(
"script: '%s', variables: %s, result: '%s'",
item.script,
variables,
result[item.name],
f"script: '{item.script}', variables: '{variables}', "
f"result: '{result[item.name]}'",
)

return result

0 comments on commit 1a077b2

Please sign in to comment.