duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Buggy error message


From: Bernd Petrovitsch
Subject: [Duplicity-talk] Buggy error message
Date: Wed, 21 Jul 2010 11:22:22 +0200

Hi all!

duplicity-0.6.08b-1.el5.i386 produces the following hereover:
----  snip  ----
Reading globbing filelist /dev/stdin
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1239, in ?
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1232, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1133, in main
    sync_archive()
  File "/usr/bin/duplicity", line 910, in sync_archive
    remlist = globals.backend.list()
  File "/usr/lib/python2.4/site-packages/duplicity/backends/sshbackend.py", 
line 270, in list
    l = self.run_sftp_command(commandline, commands).split('\n')[1:]
  File "/usr/lib/python2.4/site-packages/duplicity/backends/sshbackend.py", 
line 190, in run_sftp_command
    log.Warn("Remote file or directory does not exist in command='%s'" % 
(command,))
UnboundLocalError: local variable 'command' referenced before assignment
----  snip  ----
Apart from some real problem actually triggering the error message, it
seems to me that log.warn() line as such is somewhat buggy.

IF you need more info, just ask
        Bernd
-- 
Bernd Petrovitsch                  Email : address@hidden
                     LUGA : http://www.luga.at




reply via email to

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