Closed danfoster closed 4 years ago
When trying to use compare(), I get a the following exception:
compare()
return exists(Pattern(image), 0) NameError: name 'exists' is not defined
Looks like it should be calling the instance method instead?
Good find, thank you!
When trying to use
compare()
, I get a the following exception:Looks like it should be calling the instance method instead?