Re: Bugreport meld V 1.6.0 (and earlier)



On 30 September 2012 18:59, Rainer Suhm <rsuhm t-online de> wrote:
> Description: Error when copying directories containing symlinks.
> Cause: wrong call of os.symlink and os.readlink in misc.py
>
> Fix:
> misc.py line 293 is actually
>
> os.symlink(os.readlink(srcname, dstname))
>
> It should be:
>
> os.symlink(os.readlink(srcname), dstname)
>
>
>
> Thanks for your work on meld - it's a great tool!

Thanks for catching and fixing that. I've pushed your change to HEAD.

cheers,
Kai


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]