ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

tools.loggingControl.refresh args #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
from pymel.tools import loggingControl 
reload(loggingControl) 
loggingControl.initMenu()

produces wrong number of args error.

Maya2011x64 Service Pack 1

Windows 7 OS

pymel 1.0.2

Easily fixed by changing line 113 to accept extra args: 

def refresh(self, *args):

Original issue reported on code.google.com by Count....@gmail.com on 8 Nov 2010 at 6:30

GoogleCodeExporter commented 9 years ago
done... (actually, done a while ago, but forgot to close this ticket).

Thanks for reporting it!

Original comment by elron...@gmail.com on 18 Nov 2010 at 1:42