sbackup crashes when trying to add a directory to backup
Bug #888367 reported by
Peter Schachte
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
sbackup | Status tracked in Trunk | |||||
0.11 |
Fix Released
|
Medium
|
Unassigned | |||
Trunk |
Fix Released
|
Medium
|
Unassigned |
Bug Description
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/
if not self.already_
File "/usr/lib/
for option in options]
File "/usr/lib/
if value and "%(" in value:
TypeError: argument of type 'int' is not iterable
Changed in sbackup: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in sbackup: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
I've pushed a possible fix for this to the repository (sbackup/0.11): avoid using the ConfigParser interpolation feature when checking added directories. Hopefully this will fix the issue, I was not able to reproduce the bug so far.
Please feel free to re-open this bug if the issue is still valid!