Roc 2 years ago
parent
commit
13b3777c73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/base_from_python.go

+ 1 - 1
services/base_from_python.go

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