Parcourir la source

Merge branch 'aj_python' into debug

tuoling805 il y a 1 an
Parent
commit
49fd437894
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/base_from_python.go

+ 1 - 1
services/base_from_python.go

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