[Buildbot] #3208: setupShellMixin throws exception about dictionary changed size for unknown argument

Buildbot trac trac at buildbot.net
Fri Feb 20 23:13:12 UTC 2015


#3208: setupShellMixin throws exception about dictionary changed size for unknown
argument
--------------------+------------------------
Reporter:  vlovich  |       Owner:
    Type:  defect   |      Status:  new
Priority:  major    |   Milestone:  undecided
 Version:  0.8.10   |  Resolution:
Keywords:           |
--------------------+------------------------

Comment (by vlovich):

 The relevant code:

 {{{
     for arg in constructorArgs:
         if arg not in BuildStep.parms:
             bad(arg)
             del constructorArgs[arg]
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3208#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list