Skip to content

Commit

Permalink
start dt_worker before download
Browse files Browse the repository at this point in the history
  • Loading branch information
saimanikant committed Nov 29, 2024
2 parents e7b7b77 + 3a192aa commit eb9eff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python_large_output/download_output_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def download_files(client, project_name, dir_path):
project = jms_api.get_project_by_name(name=project_name)
project = jms_api.get_project(id=project.id)

# start dt client to time dowload of output files correctly
# start dt client to time download of output files correctly
jms_api.client._start_dt_worker()

log.info(f"Project id: {project.id}")
Expand Down

0 comments on commit eb9eff3

Please sign in to comment.