Skip to content

Commit

Permalink
readd line
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkevlu committed Jan 15, 2025
1 parent 9b246bb commit ae82b5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvflare/private/fed/server/job_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
import uuid
from typing import Dict, List

from flask.cli import F

import nvflare.fuel.hci.file_transfer_defs as ftd
from nvflare.apis.client import Client
from nvflare.apis.event_type import EventType
Expand Down Expand Up @@ -169,6 +171,7 @@ def get_spec(self):
handler_func=self.pull_file,
authz_func=self.authorize_job_file,
client_cmd=ftd.PULL_BINARY_FQN,
visible=False,
),
CommandSpec(
name=AdminCommandNames.DOWNLOAD_JOB_COMPONENTS,
Expand Down

0 comments on commit ae82b5d

Please sign in to comment.