Bugreport meld V 1.6.0 (and earlier)
- From: Rainer Suhm <rsuhm t-online de>
- To: meld-list gnome org
- Subject: Bugreport meld V 1.6.0 (and earlier)
- Date: Sun, 30 Sep 2012 10:59:46 +0200
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]