AttributeError: 'ComboboxModel' object has no attribute 'reset' #254
Labels
Comments
This error is repeatable. (ie, I tried it again and got the same error.) |
I can reproduce the bug as well, happens all the time. Result of incomplete testing during the transition to qt5. |
Thanks for the bug report, by the way :) |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scanned music library (One Folder, "Normal"). Clicked "Re-prioritize Results..."
Got:
Application Name: dupeGuru Music Edition
Version: 6.8.0
Traceback (most recent call last):
File "/usr/share/dupeguru_me/qt/base/result_window.py", line 275, in reprioritizeTriggered
dlg = PrioritizeDialog(self, self.app)
File "/usr/share/dupeguru_me/qt/base/prioritize_dialog.py", line 60, in init
self.categoryList = ComboboxModel(model=self.model.category_list, view=self.categoryCombobox)
File "/usr/share/dupeguru_me/qtlib/selectable_list.py", line 53, in init
super().init(model, view, **kwargs)
File "/usr/share/dupeguru_me/qtlib/selectable_list.py", line 18, in init
self.model.view = self
File "/usr/share/dupeguru_me/hscommon/gui/base.py", line 68, in view
self._view_updated()
File "/usr/share/dupeguru_me/hscommon/gui/selectable_list.py", line 194, in _view_updated
self.view.refresh()
File "/usr/share/dupeguru_me/qtlib/selectable_list.py", line 44, in refresh
self.reset()
AttributeError: 'ComboboxModel' object has no attribute 'reset'
The text was updated successfully, but these errors were encountered: