summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-06 00:58:46 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-06 00:58:46 +0000
commit817becf1110537f03dcc51d9b66225971d98faa1 (patch)
treeafa23714cb764de8d62a819ea66e6d62e34e1843
parent6fa3fef60bf51b664da9d13b174137a32a4ee8a0 (diff)
downloadrdiff-backup-817becf1110537f03dcc51d9b66225971d98faa1.tar.gz
Fix for fatal error with --override-chars-to-quote
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@672 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/fs_abilities.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/fs_abilities.py b/rdiff-backup/rdiff_backup/fs_abilities.py
index 116388d..1a62c99 100644
--- a/rdiff-backup/rdiff_backup/fs_abilities.py
+++ b/rdiff-backup/rdiff_backup/fs_abilities.py
@@ -513,7 +513,8 @@ class BackupSetGlobals(SetGlobals):
log.Log("Warning: File system no longer needs quoting, "
"but we will retain for backwards compatibility.", 2)
return actual_ctq
- log.Log.FatalError("""New quoting requirements!
+ if Globals.chars_to_quote is None:
+ log.Log.FatalError("""New quoting requirements!
The quoting chars this session needs (%s) do not match
the repository settings (%s) listed in