mozilla / mozanalysis

A library for Mozilla experiments analysis
https://mozilla.github.io/mozanalysis/
Mozilla Public License 2.0
10 stars 13 forks source link

fix category filter: add quotes to value #194

Closed mikewilli closed 1 year ago

mikewilli commented 1 year ago

2023.10.1 introduced a parameter for filtering on a passed category instead of a static string, but was missing quotes around the value. This PR fixes that.