Ticket #841 (closed support-request: worksforme)
`addStep` does not catch misspelled "descriptionDone"
| Reported by: | tfogal | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | undecided |
| Version: | 0.8.0 | Keywords: | |
| Cc: |
Description
I just got:
exceptions.TypeError: __init__() got an unexpected keyword argument 'desciprtionDone'
after waiting a few minutes for my builder to get to that step. It would be nice if this would have been caught during `addStep', so my configuration would fail, instead of having to wait until the step ran to see my mistake.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
You're using the old-style configuration, aren't you:
Don't do that :)
I *believe* the new-style catches these errors; please re-open if not.