Bugreport meld V 1.6.0 (and earlier)



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!


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