From 7976fa4fe271017ae13f897968306cdd7d1641ea Mon Sep 17 00:00:00 2001 From: owsla Date: Sat, 3 Jan 2009 20:26:52 +0000 Subject: Revert previous patch & hold it for the new development branch git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@992 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rdiff-backup/rdiff_backup/Main.py') diff --git a/rdiff-backup/rdiff_backup/Main.py b/rdiff-backup/rdiff_backup/Main.py index 47246f6..d4aa48a 100644 --- a/rdiff-backup/rdiff_backup/Main.py +++ b/rdiff-backup/rdiff_backup/Main.py @@ -860,8 +860,7 @@ def checkdest_need_check(dest_rp): """Return None if no dest dir found, 1 if dest dir needs check, 0 o/w""" if not dest_rp.isdir() or not Globals.rbdir.isdir(): return None for filename in Globals.rbdir.listdir(): - if filename not in ['chars_to_quote', 'special_escapes', - 'backup.log']: break + if filename not in ['chars_to_quote', 'backup.log']: break else: # This may happen the first backup just after we test for quoting return None curmirroot = Globals.rbdir.append("current_mirror") -- cgit v1.2.1