← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #238023]: append feature- html

 

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

RaiMan proposed the following answer:
uuups, missed colon and indent

def append(fname, text):
    f = open(fame, "a")
    f.writelines(text)
    f.close()

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