2 years ago
#68824

user17940168
Error: expected string or bytes-like object
Traceback (most recent call last): File "qr2eeprom.py", line 41, in
if not re.search( r"Colibri 2-D1C4-[0-9][0-9]00-[0P][0-9]", string ):
File "/usr/lib/python3.8/re.py", line 201, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
I am trying to run a python script on ubuntu terminal. I am getting the above error
python-3.8
0 Answers
Your Answer