josephdrose

Results 1 comments of josephdrose

Inelegant and probably a terrible solution, but here's how I "fixed" it in our code: ``` from suds.builder import Builder old_skip_child = Builder.skip_child def new_skip_child(self, child, ancestry): # the salesforce...