'Solution' object has no attribute 'isMatch'
hughdbrown opened this issue · 1 comments
hughdbrown commented
------------------------------ Rectangle Area/rectangle.py
Traceback (most recent call last):
File "/Users/hughbrown/workspace/Solutions-To-Problems/LeetCode/Python Solutions/Rectangle Area/rectangle.py", line 24, in
Solve = Instant.isMatch(s = "ab", p = ".*")
AttributeError: 'Solution' object has no attribute 'isMatch'
aurimas13 commented
Fixed it. Should work.