Update of bug #21896 (project duplicity):
Status: In Progress => Ready For Test
_______________________________________________________
Follow-up Comment #2:
I have marked this 'ready for test' however, I would like someone to look at
the code that AZ spotted that just flat makes no sense. At line 661 in
backends.py, (rsync delete) there is the following:
for file in dont_delete_list:
path = os.path.join (dir, file)
to_delete.append (path)
f = open (path, 'w') <---create file
print >>exclude, file
f.close() <---close it
Why do we create an empty file that we're not going to delete? I'm not
following the logic of this at all.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?21896>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker