Skip to content

Conversation

sekyHC
Copy link

@sekyHC sekyHC commented Aug 22, 2025

This is a fix for the following error:

  File "/usr/local/lib/python3.11/dist-packages/podman/domain/containers.py", line 61, in status
    return self.attrs["State"]["Status"]
           ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
TypeError: string indices must be integers, not 'str'

This is a fix for following error:
```
  File "/usr/local/lib/python3.11/dist-packages/podman/domain/containers.py", line 61, in status
    return self.attrs["State"]["Status"]
           ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
TypeError: string indices must be integers, not 'str'
```

Signed-off-by: Hrvoje Šeketa <[email protected]>
Copy link
Contributor

openshift-ci bot commented Aug 22, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sekyHC
Once this PR has been reviewed and has the lgtm label, please assign mheon for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sekyHC
Copy link
Author

sekyHC commented Aug 27, 2025

As far as I understood from the openshift-ci bot workflow I have to tag reviewers and approvers in a comment:
@ashley-cui
@baude
@inknos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant