pkolchanov / HarmonicMove

Harmonic Move is a Glyphs harmonization plugin.
Apache License 2.0
14 stars 0 forks source link

traceback from user #5

Closed schriftgestalt closed 5 months ago

schriftgestalt commented 5 months ago

Traceback (most recent call last):

File "plugin.py", line 146, in moveSelectionWithPointwithModifier node, N, NN, P, PP = find_selected_node(layer) ^^^^^^^^^^^^^^^^^^^^^^^^^

File "plugin.py", line 62, in find_selected_node return (node, node.nextNode, node.nextNode.nextNode, node.prevNode, node.prevNode.prevNode) ^^^^^^^^^^^^^^^^^^^^^^

AttributeError: 'NoneType' object has no attribute 'prevNode'

App:3.3-3310 Plugin:1-1 System:14.5.0

pkolchanov commented 5 months ago

Fixed in the d8dda9bbcc4ff0c099c06c60346bcc0598a36c9c

Thank you for the report!