| author | Tom Henderson <tomh@tomh.org> |
| Tue Dec 27 13:09:50 2011 -0800 (4 months ago) | |
| changeset 48 | 5cc5216a7a85 |
| parent 47 | a2dbb487c6bc |
| child 49 | a87aaf87bba6 |
1.1 --- a/dist.py Tue Dec 27 13:08:20 2011 -0800 1.2 +++ b/dist.py Tue Dec 27 13:09:50 2011 -0800 1.3 @@ -22,7 +22,7 @@ 1.4 while True: 1.5 for i, dirname in enumerate(dirnames): 1.6 if os.path.islink (os.path.join(dirpath,dirname)): 1.7 - # Add, but do not follow, symbolic links 1.8 + # Add, but do not follow, symbolic links 1.9 srcpath = os.path.join(dirpath, dirname) 1.10 tgtpath = os.path.join(tgtdir, reldirpath, dirname) 1.11 tar.add(srcpath, tgtpath)