Commit f1d00039 authored by zwc's avatar zwc

fix variable reference error

parent cb031d4d
......@@ -34,5 +34,5 @@ def segment(*segments):
def abtest(*abtests):
"""Select a (list of) abtest(s)."""
vabtest = [t for t in reg_ids]
vabtest = [t for t in abtests]
return {"abtest": vabtest}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment