Skip to content

Commit

Permalink
Update python/ray/includes/libcoreworker.pxd
Browse files Browse the repository at this point in the history
Co-authored-by: Jiajun Yao <[email protected]>
Signed-off-by: Mengjin Yan <[email protected]>
  • Loading branch information
MengjinYan and jjyao authored Nov 25, 2024
1 parent 64387c7 commit eaca9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/includes/libcoreworker.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
CJobID GetCurrentJobId()
CTaskID GetCurrentTaskId()
const c_string GetCurrentTaskName()
const c_string GetCurrentTaskFunction()
const c_string GetCurrentTaskFunctionName()
void UpdateTaskIsDebuggerPaused(
const CTaskID &task_id,
const c_bool is_debugger_paused)
Expand Down

0 comments on commit eaca9d4

Please sign in to comment.