no comma
This commit is contained in:
parent
ad8fb19521
commit
3f29890fd8
@ -207,7 +207,7 @@ class ClientStateVar(Var):
|
|||||||
|
|
||||||
setter = ArgsFunctionOperationBuilder.create(
|
setter = ArgsFunctionOperationBuilder.create(
|
||||||
# remove patterns of ["*"] from the value_str using regex
|
# remove patterns of ["*"] from the value_str using regex
|
||||||
args_names=(re.sub(r"\[\".*\"\]", "", value_str))
|
args_names=(re.sub(r"\[\".*\"\]", "", value_str),)
|
||||||
if value_str.startswith("_")
|
if value_str.startswith("_")
|
||||||
else (),
|
else (),
|
||||||
return_expr=setter.call(value_var),
|
return_expr=setter.call(value_var),
|
||||||
|
Loading…
Reference in New Issue
Block a user