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 Jan 8, 2019. It is now read-only.
Would it be possible to use constants for naming files ? For instance, i would like to compare several brands so I wanted to export 1 file per brand. When I execute pepp I get a parsing error.
Hi Ben,
Would it be possible to use constants for naming files ? For instance, i would like to compare several brands so I wanted to export 1 file per brand. When I execute pepp I get a parsing error.
`{
"subtype_"+brand_1+"__a":[
{
"id":brand_1+"_status_fr",
"target":"li.subtype",
"threshold":10,
"filter":f_brand_1_status_fr,
},
{
"id":brand_1+"_status_HF",
"target":"li.subtype",
"threshold":10,
"filter":f_brand_1_status_HF,
},
The text was updated successfully, but these errors were encountered: