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
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
When filtering on values like the return code for the experiment and control request in the http_requests tests, GenerateFilteredEntryList raises a TypeError on line 335 in probix_helpers.py. Looks like there's two cases where this messes up:
['report'] or ['requests']
0['response'] or 0['code']
I'm going to have to dive into the data structure on this one.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When filtering on values like the return code for the experiment and control request in the http_requests tests, GenerateFilteredEntryList raises a TypeError on line 335 in probix_helpers.py. Looks like there's two cases where this messes up:
I'm going to have to dive into the data structure on this one.
The text was updated successfully, but these errors were encountered: