On Aug 26, 11:46 am, Andrew <[EMAIL PROTECTED]> wrote: ... > results = change_handle > for action, files in results: > full_filename = os.path.join(path_to_watch, files) > theact = ACTIONS.get(action, "Unknown") > out2 = str(full_filename) + " " + str(theact) > yield str(out2)
I think you have the yield in the wrong place. Should you tab it over one? -- http://mail.python.org/mailman/listinfo/python-list