Copy Layer to Layer Error message

Hi, when using Rainers Script I get the following error:

Copy Layer to Layer Protocol:
Traceback (most recent call last):
File “/Library/Python/2.7/site-packages/vanilla/vanillaBase.py”, line 196, in action_
self.callback(sender)
File “Copy Layer to Layer.py”, line 211, in buttonCallback
Font = Layer.parent.parent
AttributeError: ‘NoneType’ object has no attribute ‘parent’

What am I making wrong :slight_smile:

THX!
Georg

Version 2.4.2 (1056)

Either Layer was None or Layer.parent. Was there a glyph selection when you tried run it?

NOW It works! Don’t know why …
Seems as if writing to the forum was entirely sufficient :slight_smile:

Best wishes
Georg