Commit d497def
committed
Fix a TypeError in 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.1 parent 36764df commit d497def
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
| 1053 | + | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | 1056 | | |
| |||
0 commit comments