State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:4.5v2|BugID:500199|
Problem summary
AttributeError when method chaining delete() and build() on a GroupBuilder object.
Customer reported version
katana.n_a
Customer reported platform
Steps to reproduce
1) In the Python tab, run:
FnAttribute.GroupBuilder().delete("").build()
File "<string>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'build'
gb = FnAttribute.GroupBuilder()
gb.delete("")
gb.build()
We're sorry to hear that
Please tell us why