Re: Bugreport meld V 1.6.0 (and earlier)
- From: Kai Willadsen <kai willadsen gmail com>
- To: Rainer Suhm <rsuhm t-online de>
- Cc: meld-list gnome org
- Subject: Re: Bugreport meld V 1.6.0 (and earlier)
- Date: Wed, 3 Oct 2012 06:30:28 +1000
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]