[Buildbot-devel] Subclassing FileUpload step
Dan Savilonis
djs at n-cube.org
Wed Nov 24 18:35:11 UTC 2010
Same error. I've tried supplying the arguments as keyword arguments as
well in the call to __init__.
--
Dan
On Wed, Nov 24, 2010 at 1:11 PM, Dustin J. Mitchell <dustin at v.igoro.us> wrote:
> On Wed, Nov 24, 2010 at 11:04 AM, Dan Savilonis <djs at n-cube.org> wrote:
>> exceptions.TypeError: __init__() got an unexpected keyword
>> argument 'masterdest'
>
> Try changing
> 220 def __init__(self, slavesrc, masterdest,
> in transfer.py to
> 220 def __init__(self, slavesrc=None, masterdest=None,
>
> Dustin
>
More information about the devel
mailing list