agucova/spidermatch

Fix edit rule

Opened this issue · 1 comments

Edit rule crashes under Windows (and perhaps other platforms).

Traceback:

Traceback (most recent call last):
  File "d:\spidermatch-0.2.0\spidermatch\main.py", line 290, in edit_rule
    dialog.name_input.setText(self.rule_typing.List[selected_row].name)
AttributeError: 'PanelWindow' object has no attribute 'rule_typing'