Locust v0.2.8
Fixes a bug where Python AST parsing was broken on parsing Attribute
nodes.
Instead of raising an exception, we stop expansion of the attribute node so as not to fail parsing of an entire file.
Fixes a bug where Python AST parsing was broken on parsing Attribute
nodes.
Instead of raising an exception, we stop expansion of the attribute node so as not to fail parsing of an entire file.