Brian <[EMAIL PROTECTED]> writes: > I would like to change the file perms that Util.pickleit() uses when > it saves files. Is there a umask setting somewhere that needs to be > modified? Specificially, I would like to set .delivered_cache to be > user and group readable.
How about adding the following to your .tmda/config to set your umask? import os os.umask(027) _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
