On Wed, Jun 01, 2005 at 09:37:59PM -0400, James Vega wrote:
> A TypeError is raised when calling the addTag method of a wc object (in
> tla_wc.py).  This is from trying to concatenate a list and a string.
> Attached patch fixes the problem.

Thanks for the report and for tracking it down.

I see the bug, but I don't think your fix is correct.

append() doesn't return anything, at least in my Python, so you
effectively alter the cmd().add variable without actually putting the
data into the command line here.

I believe a more correct fix is cmd().add + [file].

Did that diff actually work for you?

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to