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.
1 parent 3396c29 commit 1bde600Copy full SHA for 1bde600
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