Skip to content

Commit

Permalink
extend default list of preserved aux tags in reset command (now BC,QT…
Browse files Browse the repository at this point in the history
…,FI,RT,TC)
  • Loading branch information
dozy committed Dec 19, 2023
1 parent 5b44301 commit 8a50dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/vtlib/pib_reanalysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"subst_constructor":{
"vals":[
"--keep-tag",
{"subst":"reset_keep_tags","required":false, "ifnull":{"subst_constructor":{"vals":["RG","BC"], "postproc":{"op":"concat","pad":","}}}}
{"subst":"reset_keep_tags","required":false, "ifnull":{"subst_constructor":{"vals":["RG","BC", "QT", "FI", "RT", "TC"], "postproc":{"op":"concat","pad":","}}}}
]
}}},
{"subst":"reset_reject_PG_flag","ifnull":{
Expand Down

0 comments on commit 8a50dc9

Please sign in to comment.