Commit 9414661e authored by bescoto's avatar bescoto

Don't guarantee curmirror inc delete for win compatibility


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@316 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 5536e7bf
......@@ -363,7 +363,7 @@ def backup_remove_curmirror_local():
else: older_inc = curmir_incs[1]
C.sync() # Make sure everything is written before curmirror is removed
older_inc.sync_delete()
older_inc.delete()
def Restore(src_rp, dest_rp = None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment