Browse Source

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

Roc 7 months ago
parent
commit
2dd08f1418
1 changed files with 1 additions and 1 deletions
  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 {