Skip to content

Commit

Permalink
noop code change to trigger build
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 17, 2024
1 parent d530ac9 commit 781113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/universal/noop/python/src/noop_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def apply_input_params(self, args: Namespace) -> bool:
return False

self.params = self.params | captured
self.logger.info(f"noop parameters are:: {self.params}")
self.logger.info(f"noop parameters are::: {self.params}")
return True

0 comments on commit 781113f

Please sign in to comment.