pynd
pynd copied to clipboard
TypeError: cannot use a string pattern on a bytes-like object
Failed to match the pattern 'as_view' to the value b'\nxxxxxxxxxxxx--actual string removed\n'
Traceback (most recent call last):
File "/Users/messense/.local/venvs/pynd/lib/python3.6/site-packages/pynd/pattern.py", line 30, in __call__
return self.pat.search(value)
TypeError: cannot use a string pattern on a bytes-like object
BTW, this project is awesome.