duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] 0.4.3.RC9 Ready for Test


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] 0.4.3.RC9 Ready for Test
Date: Tue, 10 Jul 2007 06:55:53 -0500
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Folks,

If you're having problems with --num-retries or --remove-older-than,
then this is for you...

I just fixed the problem with a classic one character fix.  Somehow, in
last minute editing, I left off a comma at the end of a line in a list
of strings.  Python concatenates the two entries into one, just like it
should.  I still need the DWIM editing mode in xemacs.  ;-)

I've checked the change into CVS and attached a patch.

...Thanks,
...Ken

Index: commandline.py
===================================================================
RCS file: /sources/duplicity/duplicity/duplicity/commandline.py,v
retrieving revision 1.19
diff -u -r1.19 commandline.py
--- commandline.py      9 Jul 2007 20:11:45 -0000       1.19
+++ commandline.py      10 Jul 2007 11:36:49 -0000
@@ -48,7 +48,7 @@
                  "include=", "include-filelist=", "include-filelist-stdin",
                  "include-globbing-filelist=", "include-regexp=",
                  "list-current-files", "no-encryption",
-                 "no-print-statistics", "null-separator", "num-retries="
+                 "no-print-statistics", "null-separator", "num-retries=",
                  "remove-older-than=", "restore-dir=", "restore-time=",
                  "scp-command=", "sftp-command=", "short-filenames", 
"sign-key=",
 ##               "time-separator=",

reply via email to

[Prev in Thread] Current Thread [Next in Thread]