liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

sync_media_s3 does not follow symlinks #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This happens because os.path.walk doesn't follow symlinks:

http://docs.python.org/library/os.path.html#os.path.walk

Original issue reported on code.google.com by kylemacfarlane@gmail.com on 24 Oct 2009 at 7:36