-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing broken check mode in the github_key #9186
fixing broken check mode in the github_key #9186
Conversation
Apologies, but I am unable to run ansible-test right now as I don't have docker available. Changelog fragment on its way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for fixing this! I've one small comment for the changelog, besides that it looks good!
changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix Fontein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #9203 🤖 @patchback |
* fixing datetime.strftime() * added changelog fragment * Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a863b62)
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #9204 🤖 @patchback |
* fixing datetime.strftime() * added changelog fragment * Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a863b62)
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9205 🤖 @patchback |
* fixing datetime.strftime() * added changelog fragment * Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a863b62)
@tomcperry thanks for fixing this! |
…e github_key (#9203) fixing broken check mode in the github_key (#9186) * fixing datetime.strftime() * added changelog fragment * Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a863b62) Co-authored-by: tomcperry <[email protected]>
…e github_key (#9204) fixing broken check mode in the github_key (#9186) * fixing datetime.strftime() * added changelog fragment * Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a863b62) Co-authored-by: tomcperry <[email protected]>
…he github_key (#9205) fixing broken check mode in the github_key (#9186) * fixing datetime.strftime() * added changelog fragment * Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a863b62) Co-authored-by: tomcperry <[email protected]>
SUMMARY
Fixes #9185 (broken check mode in the github_key.py module)
ISSUE TYPE
COMPONENT NAME
github_key
ADDITIONAL INFORMATION
It looks as if this is a recent regression caused by #8222
The change in the previous PR makes sense but it was missing the datetime class
ie, datetime.strftime(...) instead of datetime.datetime.strftime(...)