[Buildbot-devel] FileUpload: __init__() takes at least 3 non-keyword arguments (2 given)
Neal Chant
neal at ethermonkey.net
Mon Aug 2 17:53:30 UTC 2010
On Sat, 2010-07-31 at 16:05 +0530, selvamuthukumar v wrote:
> buildbot checkconfig master.cfg
> Traceback (most recent call last):
> File "/home/rmanager/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/scripts/runner.py",
> line 995, in doCheckConfig
> ConfigLoader(configFileName=configFileName)
> File "/home/rmanager/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/scripts/checkconfig.py",
> line 31, in __init__
> self.loadConfig(configFile, check_synchronously_only=True)
> File "/home/rmanager/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/master.py",
> line 572, in loadConfig
> exec f in localDict
> File "/home/rmanager/buildbot/ethernet_wifi/master.cfg", line 120, in <module>
> factory_local.addStep(FileUpload(slavesrc="images.zip",
> masterdst="images.zip"))
> TypeError: __init__() takes at least 3 non-keyword arguments (2 given)
That would be masterdest?
You may also need to give path(s)
BR Neal
More information about the devel
mailing list