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

py3: ldapupdate: fix logging str(bytes) issue #431

Closed
wants to merge 1 commit into from
Closed

py3: ldapupdate: fix logging str(bytes) issue #431

wants to merge 1 commit into from

Conversation

MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti commented Feb 2, 2017

bytes as argument of str() gives unexpected result by adding prefix "b"
there.

Also add missing safe_option() call to logging (it will fix another
str(bytes) issue)

https://fedorahosted.org/freeipa/ticket/4985

Other byteswarnings are from etingof/pyasn1#14

bytes as argument of str() gives unexpected result by adding prefix "b"
there.

Also add missing safe_option() call to logging (it will fix another
str(bytes) issue)

https://fedorahosted.org/freeipa/ticket/4985
@martbab martbab self-assigned this Feb 7, 2017
@martbab martbab added the ack Pull Request approved, can be merged label Feb 8, 2017
@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label Feb 8, 2017
@MartinBasti
Copy link
Contributor Author

@MartinBasti MartinBasti closed this Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants