Skip to content

Commit

Permalink
removed the sig argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen committed Aug 13, 2024
1 parent 69bfb0f commit ecf58d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/private/fed/app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def check_parent_alive(parent_pid, stop_event: threading.Event):
time.sleep(1)


def kill_child_processes(parent_pid, sig=signal.SIGTERM):
def kill_child_processes(parent_pid):
try:
parent = psutil.Process(parent_pid)
except psutil.NoSuchProcess:
Expand Down

0 comments on commit ecf58d8

Please sign in to comment.