@@ -509,6 +509,7 @@ print(output)
}
pythonCode = fmt.Sprintf(pythonCode, path, period, seasonal, trend, fraction, seasonalDeg, trendDeg, lowPassDeg, robustStr, toPath)
+ utils.FileLog.Info("stl exec python code:%s", pythonCode)
cmd := exec.Command(`python3`, "-c", pythonCode)
output, err := cmd.CombinedOutput()
if err != nil {