mirror of https://bitbucket.org/ausocean/av.git
revid: bug fix to pass tests
This commit is contained in:
parent
5fe586913f
commit
03a24475f8
|
@ -455,7 +455,7 @@ var Variables = []struct {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Logger.Log(logger.Warning, fmt.Sprintf("invalid %s param", "RecPeriod"), "value", v)
|
c.Logger.Log(logger.Warning, fmt.Sprintf("invalid %s param", "RecPeriod"), "value", v)
|
||||||
}
|
}
|
||||||
return _v
|
c.RecPeriod = _v
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue