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 a TypeError in debug statement #210

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

jdno
Copy link
Member

@jdno jdno commented Feb 29, 2024

The debug statement that was added to print the redirect URLs fails in production with the following error:

TypeError: can only concatenate str (not "ParseResult") to str

geturl returns the URL as a str, which we can then concatenate with the debug statement.

The debug statement that was added to print the redirect URLs fails in
production with the following error:

TypeError: can only concatenate str (not "ParseResult") to str

`geturl` returns the URL as a str, which we can then concatenate with
the debug statement.
@jdno jdno force-pushed the parseresult-is-not-a-str branch from 395c87b to d497def Compare February 29, 2024 09:24
@jdno jdno merged commit f652a9e into rust-lang:master Feb 29, 2024
1 check passed
@jdno jdno deleted the parseresult-is-not-a-str branch February 29, 2024 09:26
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