You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pure python, this works as expected: splitting the line after opening brackets is no problem. It would seem that locust does something strange here?
The text was updated successfully, but these errors were encountered:
In the interest of staying under a certain line-length I tried to split a statement as follows:
However, when I then attempt to
print
or otherwise use the result of said function, the variable is empty and typedNone
.Everything works correctly when I change it to this:
In pure python, this works as expected: splitting the line after opening brackets is no problem. It would seem that locust does something strange here?
The text was updated successfully, but these errors were encountered: