En Tue, 27 Feb 2007 22:56:15 -0300, Sick Monkey <[EMAIL PROTECTED]>  
escribió:

> I found out that when I was reading the file, there
> were additional blank spaces being appended to the value.
>
> To correct the issue, I just had to dp
>     varName = msInfo[0].strip()
>     finName = varName.strip()

Only one strip() is enough, the second call does nothing, strip is  
idempotent.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to