Browse Source

Merge branch 'pool/python_update' into debug

Roc 8 months ago
parent
commit
be1fc48492
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 {