← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #696007]: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted'

 

Question #696007 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/696007

    Status: Open => Answered

RaiMan proposed the following answer:
instead of
runner = HTMLTestRunner.HTMLTestRunner(....)

use
myrunner = HTMLTestRunner.HTMLTestRunner(....)

There is an internal name clash when using the name runner in this context.
Will be fixed in 2.0.6

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