mxs 1 rok pred
rodič
commit
ee570157a9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/luatask/task.go

+ 1 - 1
src/luatask/task.go

@@ -305,7 +305,7 @@ func GetCodeBaseInfo() {
 			if sp.Platform == "python" {
 				sp.ListIsFilter = false
 			} else {
-				sp.ListIsFilter = tmp["listisfilter"].(bool)
+				sp.ListIsFilter, _ = tmp["listisfilter"].(bool)
 			}
 			sp.FrequencyErrTimes = qu.IntAll(tmp["frequencyerrtimes"])
 			sp.Model = util.CodeEventModel[sp.Event]