Explorar el Código

fix:python升级后的mysql相关包调整

Roc hace 7 meses
padre
commit
2dd08f1418
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/base_from_python.go

+ 1 - 1
services/base_from_python.go

@@ -87,7 +87,7 @@ func ExecPythonCode(edbCode, reqCode string) (dataMap models.EdbDataFromPython,
 		return
 	}
 	defer func() {
-		os.Remove(pythonFile)
+		//os.Remove(pythonFile)
 	}()
 	_, err = fileHandle.Write([]byte(pythonCodeStr))
 	if err != nil {