Skip to content

Commit

Permalink
small return value bug (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 authored Jan 29, 2024
1 parent b96d5d3 commit 40cdbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/robusta/core/playbooks/pod_utils/imagepull_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_pod_issue_message_and_reason(pod: Pod) -> Tuple[Optional[str], Optional[
pod.status.containerStatuses[0].state.waiting.message,
reason,
)
return None, None


def decompose_flag(flag: Flag) -> List[Flag]:
Expand Down

0 comments on commit 40cdbb9

Please sign in to comment.