Oops! I got the patch direction wrong! Anyway, I guess you can get what I mean by looking at the source, since only two words are changed anyway!
<patch> 43c43 < STATE_FILE=options.state_file --- > STATE_FILE=options.filename 65c65 < os.chmod(outfile.name, 0644) --- > os.chmod(STATE_FILE, 0644) </patch> Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
43c43 < STATE_FILE=options.state_file --- > STATE_FILE=options.filename 65c65 < os.chmod(outfile.name, 0644) --- > os.chmod(STATE_FILE, 0644)