← Back to team overview

nssbackup-team team mailing list archive

[Bug 888367] [NEW] sbackup crashes when trying to add a directory to backup

 

Public bug reported:

When trying to add a directory to back up in the config dialog, it
crashes with the message "argument of type 'int' is not iterable", and
asks me to report the bug.

This is version sbackup 0.11.4 freshly installed in a fresh ubuntu 11.10
AMD64 install.

Traceback from error dialog:
File "/usr/share/sbackup/sbackup/ui/configgui.py", line 1005, in on_inc_adddir_clicked
    if not self.already_inc(self.configman.items("dirconfig"), _enc_dir):
  File "/usr/lib/python2.7/ConfigParser.py", line 647, in items
    for option in options]
  File "/usr/lib/python2.7/ConfigParser.py", line 655, in _interpolate
    if value and "%(" in value:
TypeError: argument of type 'int' is not iterable

** Affects: sbackup
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/888367

Title:
  sbackup crashes when trying to add a directory to backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/sbackup/+bug/888367/+subscriptions


Follow ups

References