Spaces:
Runtime error
Runtime error
Commit
·
a198565
1
Parent(s):
d8910de
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ class CodeGenerator:
|
|
39 |
error = result.stderr.decode()
|
40 |
|
41 |
|
42 |
-
return
|
43 |
#return self._process_output(output, error)
|
44 |
|
45 |
def check_code_list(self, code_list):
|
|
|
39 |
error = result.stderr.decode()
|
40 |
|
41 |
|
42 |
+
return output
|
43 |
#return self._process_output(output, error)
|
44 |
|
45 |
def check_code_list(self, code_list):
|