In an @button node I have the following text:
c.doCommand(c.copyOutline, label='Copy Node')
When I click the button, I get the error below:
exception executing script
TypeError: doCommand() got an unexpected keyword argument 'label'
--------------------
line 2: #@+node:phil.20200202134614.6: * @button Copy Node
* line 3: c.doCommand(c.copyOutline, label='Copy Node')
line 4: #@-leo
line 5:
I am running this:
Leo 6.6b2-devel, devel branch, build f85969ae8c
2021-12-21 06:16:01 -0600
Python 3.7.3, PyQt version 5.12.4
linux