Skip to content
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

repo.py: Decode key bytes for SHA key as well #1066

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

jku
Copy link
Member

@jku jku commented Jul 3, 2020

key bytes were decoded as utf-8 for the JSON keys. Do the same for SHA
key bytes.

Signed-off-by: Jussi Kukkonen jkukkonen@vmware.com


Please verify and check that the pull request fulfills the following
requirements
:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature -- repo.py isn't tested: I don't think I'm adding tests just for this

key bytes were decoded as utf-8 for the JSON keys. Do the same for SHA
key bytes.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
@lukpueh
Copy link
Member

lukpueh commented Jul 3, 2020

Thanks for the patch, @jku! Please see #881 for context about cli tools.

Copy link
Member

@joshuagl joshuagl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch @jku. Good to merge this and have the tools working whilst their futures is decided in #881

@joshuagl joshuagl merged commit cdb3556 into theupdateframework:develop Jul 6, 2020
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.

3 participants