Skip to content

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
@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