← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #230996]: IDE: config file loaded in sub script is not reloaded at rerun

 

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

vocxpo posted a new comment:
For the first question, I use the following 'workaround':
    script_dir = getBundlePath()
    conf_file = open(os.path.join(script_dir + '\..\common.sikuli', CFG_FILE), 'rU')
It's not elegant at all. But it can be adopted in the current project.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.