Skip to content

Commit 593ff6f

Browse files
committed
make status canceled
1 parent 39f47f9 commit 593ff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/lsp/beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ async def perform_function_optimization(
327327
try:
328328
result = await loop.run_in_executor(None, sync_perform_optimization, server, params)
329329
except asyncio.CancelledError:
330-
return {"status": "info", "message": "Task was forcefully canceled"}
330+
return {"status": "canceled", "message": "Task was canceled"}
331331
else:
332332
return result
333333
finally:

0 commit comments

Comments
 (0)