duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Odd backtrace on 0.5.16


From: Michael Terry
Subject: [Duplicity-talk] Odd backtrace on 0.5.16
Date: Tue, 21 Apr 2009 19:56:09 -0400

After doing a collection-status (on an empty directory) with 0.5.16, I
get the following exception (after it seemingly finishes the
collection-status):

Traceback (most recent call last):
  File "./duplicity/duplicity-0.5.16/usr/local/bin/duplicity", line
828, in <module>
    with_tempdir(main)
  File "./duplicity/duplicity-0.5.16/usr/local/bin/duplicity", line
821, in with_tempdir
    fn()
  File "./duplicity/duplicity-0.5.16/usr/local/bin/duplicity", line 795, in main
    full_backup(col_stats)
  File "./duplicity/duplicity-0.5.16/usr/local/bin/duplicity", line
336, in full_backup
    bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "./duplicity/duplicity-0.5.16/usr/local/bin/duplicity", line
205, in write_multivol
    mf = manifest.Manifest().set_dirinfo()
  File 
"/home/mike/Code/deja-dup/tests/duplicity/duplicity-0.5.16/usr/local/lib/python2.6/site-packages/duplicity/manifest.py",
line 54, in set_dirinfo
    self.local_dirname = globals.local_path.name
AttributeError: 'NoneType' object has no attribute 'name'

That stack doesn't make sense to me.  I'm not sure how it ended up in
full_backup, let alone as a result of calling fn() which should always
equal main()...

I don't get this error on 0.5.15.

-mt




reply via email to

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