You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Python 3, the regular expression match will fail due to a mismatch
in types:
```
TypeError: cannot use a string pattern on a bytes-like object
```
Convert the output to a string object.
0 commit comments