Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed May 10, 2020
1 parent 5653bb0 commit bc6fe3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shallow_backup/backup.py
Expand Up @@ -74,7 +74,6 @@ def backup_configs(backup_path, skip=False):
print("TARGET:", target)
dest = os.path.join(backup_path, target)
if os.path.isdir(path_to_backup):
# TODO: Symlink to speed things up
copytree(path_to_backup, quote(dest), symlinks=True)
elif os.path.isfile(path_to_backup):
parent_dir = dest[:dest.rfind("/")]
Expand Down

0 comments on commit bc6fe3f

Please sign in to comment.