Message90821
shutil.copytree fails if there is a dangling symlink and symlink is set
to False (which is the default). It will raise an exception when trying
to get to the content of the symlink.
Tested on Debian Etch amd64, python 2.5.2
File "/usr/lib/python2.5/shutil.py", line 138, in copytree
raise Error, errors
shutil.Error: [('/opt/daemons/gameslave/.#fabfile.py',
'/tmp/tmphxInsp/gameslave/.#fabfile.py', "[Errno 2] No such file or
directory: '/opt/daemons/gameslave/.#fabfile.py'")]
$ ls -1l /opt/daemons/gameslave/.#fabfile.py
lrwxrwxrwx 1 timo quakelive 20 Jul 22 14:32
/opt/daemons/gameslave/.#fabfile.py -> timo@localhost.12341
(the link is created by emacs - means file being edited I'm guessing) |
|
Date |
User |
Action |
Args |
2009-07-22 20:50:24 | TTimo | set | recipients:
+ TTimo |
2009-07-22 20:50:23 | TTimo | set | messageid: <1248295823.71.0.624674043377.issue6547@psf.upfronthosting.co.za> |
2009-07-22 20:50:21 | TTimo | link | issue6547 messages |
2009-07-22 20:50:21 | TTimo | create | |
|