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

fix log message : argument was bytes not String #299

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

aaujon
Copy link

@aaujon aaujon commented Mar 8, 2023

Fix logger, error message was :

  File "/home/arnaud/.local/lib/python3.10/site-packages/caldav/davclient.py", line 77, in __init__
    "Expected some valid XML from the server, but got this: \n"
TypeError: can only concatenate str (not "bytes") to str

@tobixen

This comment was marked as resolved.

@tobixen tobixen added this pull request to the merge queue Mar 8, 2023
@tobixen
Copy link
Member

tobixen commented Mar 8, 2023

Nevermind, I think I misunderstood it.

Merged via the queue into python-caldav:master with commit fcbbccd Mar 8, 2023
@aaujon
Copy link
Author

aaujon commented Mar 8, 2023

Thanks for the quick merge :)

@aaujon aaujon deleted the fix_log_message branch March 8, 2023 13:34
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