Skip to content

Commit

Permalink
squash: allow any return value of action
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Feb 4, 2025
1 parent f1f760d commit a729b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/steps/provision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,7 @@ def stop(self) -> None:
self._unlink_ssh_master_socket_path()

def perform_reboot(self,
action: Callable[[], tmt.utils.CommandOutput],
action: Callable[[], Any],
timeout: Optional[int] = None,
tick: float = tmt.utils.DEFAULT_WAIT_TICK,
tick_increase: float = tmt.utils.DEFAULT_WAIT_TICK_INCREASE,
Expand Down

0 comments on commit a729b93

Please sign in to comment.