Message6409

Author frank
Recipients martinoconnor
Date 2008-06-25.16:22:42
Content
cvs.py has
    pf = open(os.path.join(os.environ["HOME"], ".cvspass"))

which causes this. I think that should say
    pf = open(os.path.expanduser("~/.cvspass"))
History
Date User Action Args
2008-06-25 16:22:43franksetmessageid: <1214410963.85.0.718596488865.issue1201@selenic.com>
2008-06-25 16:22:43franksetrecipients: + martinoconnor
2008-06-25 16:22:43franklinkissue1201 messages
2008-06-25 16:22:42frankcreate