Sfoglia il codice sorgente

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

Roc 7 mesi fa
parent
commit
2dd08f1418
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {