hide_my_python icon indicating copy to clipboard operation
hide_my_python copied to clipboard

Fixed Regex

Open Mice7R opened this issue 9 years ago • 1 comments

the old regexp were not working so I changed them.

Mice7R avatar Jan 29 '16 01:01 Mice7R

I just tested these changes, working as expected! Solves the AttributeError: 'NoneType' object has no attribute 'group' error caused by the regex returning None.

Javieracost avatar Feb 02 '16 22:02 Javieracost