We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3396c29 + 1bde600 commit ee60055Copy full SHA for ee60055
apps/execution-service/execution/python/python.go
@@ -11,7 +11,7 @@ func RunPythonCode(code string, input string) (string, string, error) {
11
cmd := exec.Command(
12
"docker", "run", "--rm",
13
"-i", // allows for standard input to be passed in
14
- "python-sandbox",
+ "apps-python-sandbox",
15
"python", "-c", code,
16
)
17
0 commit comments