[Buildbot-devel] Subclassing FileUpload step

Dustin J. Mitchell dustin at v.igoro.us
Wed Nov 24 18:11:00 UTC 2010


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