79131782

Date: 2024-10-28 00:37:24
Score: 1
Natty:
Report link

The error occurs because you are trying to include a list (ptrn_wlsap) within another list (dvc_ptrns). When you iterate over dvc_ptrns, the re.search function expects each pattern to be a string, but instead, it encounters a list.

dvc_ptrns = [ptrn_print] + ptrn_wlsap
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: essesoul