You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansibot
added
bug
This issue/PR relates to a bug.
needs_triage
Needs a first human triage before being processed.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
labels
Dec 19, 2024
ansibot
removed
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
labels
Jan 9, 2025
The reason will be displayed to describe this comment to others. Learn more.
There's no bytes. Code below checks for string_types which is always (str,) on Python 3. So just keep str in there. Additionally, EncryptedString is missing.
Finally, it's possible to express some relations between args and the return value through type aliases:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bugThis issue/PR relates to a bug.ci_verifiedChanges made in this PR are causing tests to fail.data_taggingneeds_rebasehttps://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.htmlneeds_revisionThis PR fails CI tests or a maintainer has requested a review/revision of the PR.stale_ciThis PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ISSUE TYPE