79466277

Date: 2025-02-25 10:59:55
Score: 2.5
Natty:
Report link

it supposed to trigger "ImageNotFoundException"

def functionwithimage(hebele):
    try:
        im = Image.open(hebele)
        a=pyautogui.locateOnScreen(hebele)
        print("There it is!")
    except pyautogui.ImageNotFoundException:
        print("i cannot find image on these lands!")

functionwithimage('Bank.png')
Reasons:
  • Blacklisted phrase (1.5): i cannot find
  • Blacklisted phrase (0.5): i cannot
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kimabi