← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #610943]: Logging sikuli errors to a separate log file

 

Question #610943 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/610943

    Status: Answered => Open

stewazy is still having a problem:
FindFaild is this like Exception e for example in java, can i write
FindFailed into my log file ?

for example

def myTest()
try: 
      do test
exception FindFailed:
     f= open(file,'a')
      f.write(FindFailed)
     f.close()

?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.