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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to