Skip to content

Commit

Permalink
fix: correct a log formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jul 3, 2023
1 parent 923035e commit 4e2ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def resolve_dependencies(current_party, current_fed_task_id, *args, **kwargs):
else:
logger.debug(
f'Insert recv_op, arg task id {arg.get_fed_task_id()}, current'
'task id {current_fed_task_id}'
f'task id {current_fed_task_id}'
)
if arg.get_ray_object_ref() is not None:
# This code path indicates the ray object is already received in
Expand Down

0 comments on commit 4e2ef1f

Please sign in to comment.