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

Fixes and tests #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixes and tests #1

wants to merge 2 commits into from

Conversation

dlitz
Copy link

@dlitz dlitz commented May 7, 2019

  • Fix encode_mbr (you can't .append() to a bytes object)
  • Fix encode_gpt_partition_entry (was using the wrong attributes)
  • Fix CHS order in encode_mbr()
  • Fix running under Python 2
  • Add tests

dlitz added 2 commits May 6, 2019 20:33
- Fix encode_mbr (you can't .append() to a bytes object)
- Fix encode_gpt_partition_entry (was using the wrong attributes)
- Fix CHS order in encode_mbr()
- Fix running under Python 2
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