Commit ab09b43d authored by bescoto's avatar bescoto

Fix for fatal error with --override-chars-to-quote


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@672 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent a74ceeb0
......@@ -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
......
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