ricardomv / snapper-gui

GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes
GNU General Public License v2.0
222 stars 32 forks source link

node children python TypeError: 'NoneType' object does not support item assignment #62

Open Mejituu opened 9 months ago

Mejituu commented 9 months ago

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/snappergui/changesWindow.py", line 145, in on_idle_init_paths_tree self.add_path_to_tree(str(entry[0]), int(entry[1]), files_tree) File "/usr/lib/python3/dist-packages/snappergui/changesWindow.py", line 70, in add_path_to_tree node.children[parts[-1]] = changesWindow.TreeNode(path, None, status, False)


TypeError: 'NoneType' object does not support item assignment 
Mejituu commented 9 months ago

63

Mejituu commented 9 months ago

@ricardomv Hello, would you like to check it out if you have time?

stelcodes commented 2 months ago

Having the same issue and I can't use the diff feature at all.