diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-10-04 00:18:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-10-04 00:18:03 -0400 |
commit | e79df5cbd11bd5afb057304d21cc5aa58154fc11 (patch) | |
tree | 8c33fd4e4f5bc04060c3423ce424ef66452bb09f /lnmod.py | |
parent | ac318eecd5af29772ba31382e938b48cd5eff3f0 (diff) | |
download | lnmod-e79df5cbd11bd5afb057304d21cc5aa58154fc11.tar.gz |
Diffstat (limited to 'lnmod.py')
-rwxr-xr-x | lnmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ def generate_link_map(path): original_paths.append(dir_path) link_paths.append(readlinkabs(dir_path)) - #For each file + #For each file for filename in filenames: file_path = os.path.join(dir_path, filename) if readlinkabs(file_path): |