Skip to content

Fix reading/writing of binary data in concat.py #7

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

Closed
wants to merge 1 commit into from

Conversation

crepererum
Copy link

On some python versions, writing a binary file requires bytes, not str. Reading the data in binary mode is probably what we want here.

On some python versions, writing a binary file requires `bytes`, not `str`. Reading the data in binary mode is probably what we want here.
@AnupamaChandrasekhar
Copy link
Contributor

Thank you. The change will be committed to our internal branch and ported here after validation. Thank you.

@iwwu
Copy link
Contributor

iwwu commented Nov 27, 2018

Change has been made to our internal branch. Will update when it becomes available in open source repo.

VPG-SWE-Github pushed a commit that referenced this pull request Dec 8, 2018
For Reference
#7

Change-Id: Ic3a0801ccd66bb554c2c47fd555e5a45968c560a
@iwwu
Copy link
Contributor

iwwu commented Dec 10, 2018

Change available in the latest repo

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