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 d16071f commit ac34e17Copy full SHA for ac34e17
app/main.py
@@ -263,7 +263,7 @@ async def compile_and_fix_rust(request: dict):
263
# If we've exhausted all attempts, return error
264
return JSONResponse(content={
265
"status": "error",
266
- "message": f"Failed to fix code: {attempts[-1]['output']},
+ "message": f"Failed to fix code: {attempts[-1]['output']}",
267
"attempts": attempts,
268
"combined_text": output_text.strip(),
269
"final_files": current_files
0 commit comments