Ticket #50 (new defect)
Can't edit backup sets (OS X only?)
| Reported by: | jhb | Owned by: | Andy |
|---|---|---|---|
| Priority: | normal | Milestone: | Stable |
| Component: | Backend | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Nothing happens when I try to edit a backup set and I get the following error:
Traceback (most recent call last):
File "/sw/lib/python2.4/site-packages/pybackpack/gui.py", line 139, in
on_edit1_activate
if self.seteditor.set_backupset_to_edit(setid):
File "/sw/lib/python2.4/site-packages/pybackpack/seteditor.py", line
182, in set_backupset_to_edit
if len(druidfilelist)==1:
TypeError: len() of unsized object
Adding "print druidfilelist" before line 182 of seteditor.py prints this out above the error:
<gtk.TreeView? object (GtkTreeView?) at 0x309dc38>
Change History
Note: See
TracTickets for help on using
tickets.
