Skip to content
Snippets Groups Projects
Commit badd80c8 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Many bet parameters were missing.

parent 5614ce16
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,19 @@ def bet(input, output, **kwargs):
valmap = {
'm' : wutils.SHOW_IF_TRUE,
'R' : wutils.SHOW_IF_TRUE,
'o' : wutils.SHOW_IF_TRUE,
's' : wutils.SHOW_IF_TRUE,
'n' : wutils.HIDE_IF_TRUE,
't' : wutils.SHOW_IF_TRUE,
'e' : wutils.SHOW_IF_TRUE,
'R' : wutils.SHOW_IF_TRUE,
'S' : wutils.SHOW_IF_TRUE,
'B' : wutils.SHOW_IF_TRUE,
'Z' : wutils.SHOW_IF_TRUE,
'F' : wutils.SHOW_IF_TRUE,
'A' : wutils.SHOW_IF_TRUE,
'v' : wutils.SHOW_IF_TRUE,
'd' : wutils.SHOW_IF_TRUE,
}
cmd = ['bet', input, output]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment