Jerry Jackson

Results 1 issues of Jerry Jackson

should be re.compile(r'"(.*)"') because with r'...', backslashes will be remained so the findall should return [],The fix should be to delete the two backslashes.