Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 SuLab#181
- Loading branch information