removed un-i18n-ed text extension.

At least in case of Python the output is wrong anyway in quite a lot of cases.
This commit is contained in:
Tom Staubitz
2017-01-21 09:56:28 +01:00
parent a4d8acf96d
commit 0daf31e5ad

View File

@ -156,7 +156,7 @@ CodeOceanEditorEvaluation = {
}
if (output.stderr != undefined && output.stderr != '') {
element.append('There was an error: StdErr: ' + output.stderr);
element.append(output.stderr);
}
} else if (output.stderr) {