Commit 5ea8d76
committed
fix(wdi_login): Remove byte-encoding from split
The question mark that is part of the oauth callback URL is not
byte-encoded.
Keeping the byte-encoding mark in here leads to
```
response_qs = self.response_qs.split(b'?')[-1]
TypeError: must be str or None, not bytes
```
This may differ per platform, but then maybe this PR will
spark a discussion that has not yet been started from issue #1811 parent 069da81 commit 5ea8d76
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments