Skip to content

Commit

Permalink
fixed func signature
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Apr 19, 2024
1 parent 0cf9a62 commit cd169ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/kubernetes-crd/compare/0.12.1...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/kubernetes-crd/compare/0.12.2...HEAD

## [0.12.2][] - 2024-04-19

[0.12.2]: https://github.com/chaostoolkit-incubator/kubernetes-crd/compare/0.12.1...0.12.2

### Fixed

* Fixed function signature

## [0.12.1][] - 2024-04-19

Expand Down
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def set_chaos_cmd_path(
break


def set_verbose_chaos(pod_tpl: Dict[str, Any], image_name: str):
def set_verbose_chaos(pod_tpl: Dict[str, Any]):
"""
Make the Chaos Toolkit verbose
""" # noqa: E501
Expand Down

0 comments on commit cd169ba

Please sign in to comment.