On Tue, Aug 2, 2011 at 23:45, Ronan Amicel <[email protected]> wrote: > I could reproduce the problem. > Looks like there is a stray '\r' at the end of each of your "url", which > causes mayhem. > It's fixed by using str.split('\r\n'), or (probably better) > str.splitlines().
Ok I'm tired :(. Thanks! -- Sebastien Douche <[email protected]> Twitter : @sdouche _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
