pynd icon indicating copy to clipboard operation
pynd copied to clipboard

TypeError: cannot use a string pattern on a bytes-like object

Open messense opened this issue 9 years ago • 1 comments

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

messense avatar Mar 27 '17 07:03 messense

BTW, this project is awesome.

messense avatar Mar 27 '17 07:03 messense