Skip to content

Conversation

cclauss
Copy link
Collaborator

@cclauss cclauss commented Apr 23, 2018

No description provided.

@StoicLoofah
Copy link
Collaborator

What is the motivation and context for this change? I admittedly am not very familiar with this plugin or what the implications are

@cclauss
Copy link
Collaborator Author

cclauss commented Apr 24, 2018

#43 (comment) is the Python 3-only exception that this PR hopes to correct. It is caused by the difference between string and bytes data.

In Python 2 there is no distinction between bytes and strings so they can be used interchangeably. However Python 3 makes a clear distinction so when dealing with a map that we want to convert into a PIL image, we must use bytes instead of a string.

This fix clears the exception and let's us focus on the failing tests.

@StoicLoofah StoicLoofah merged commit 080e09d into ggtracker:upstream Apr 27, 2018
@StoicLoofah
Copy link
Collaborator

sorry for the delay getting this in. Thanks for debugging and addressing this!

@cclauss cclauss deleted the patch-3 branch April 27, 2018 02:47
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.

2 participants