rdiff-backup-bugs
[Top][All Lists]
Advanced

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

[Rdiff-backup-bugs] [bug #38467] rdiff-backup: suddenly broken with Fata


From: Joe Steele
Subject: [Rdiff-backup-bugs] [bug #38467] rdiff-backup: suddenly broken with Fatal Error: Wrong number of arguments given.
Date: Tue, 05 Mar 2013 18:14:31 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #1, bug #38467 (project rdiff-backup):

You could try temporarily editing rdiff-backup/Main.py and see if that reveals
any clues:


--- Main.py.bak 2009-03-16 10:36:21.000000000 -0400
+++ Main.py     2013-03-05 13:00:16.000000000 -0500
@@ -229,6 +229,8 @@
        elif action == 'test-server' or action == 'calculate-average':
                pass # these two take any number of args
        elif l > 2 or action not in arg_action_dict[l]:
+               print "args: ", args
+               print "action: ", action
                commandline_error("Wrong number of arguments given.")

 def final_set_action(rps):


FYI, I suspect you would get a bigger audience if you posted your problem on
the users mailing list
(https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users).  Then if you
resolve it or find that it is not an rdiff-backup bug, post back here to the
bug report.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?38467>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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