Roundup Tracker - Issues

Message4090

Author cmeerw
Recipients cmeerw, tonimueller
Date 2010-07-08.21:03:43
Message-id <1278623024.6.0.305330632851.issue2550655@psf.upfronthosting.co.za>
In-reply-to
I am seeing the same issue with Python 2.5 here - I have locally fixed it 
by changing line 745 of client.py from

        elif action:

to

        elif action != '':
History
Date User Action Args
2010-07-08 21:03:44cmeerwsetmessageid: <1278623024.6.0.305330632851.issue2550655@psf.upfronthosting.co.za>
2010-07-08 21:03:44cmeerwsetrecipients: + cmeerw, tonimueller
2010-07-08 21:03:44cmeerwlinkissue2550655 messages
2010-07-08 21:03:43cmeerwcreate