Skip to content

Commit

Permalink
feat: spelling and formating for precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
anshlachamb committed Dec 19, 2024
1 parent 129edd4 commit 1e41b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/sound/core/examples_helpers/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _get_file_path_in_dpf_server(
try:
# download file locally
local_path = _retrieve_file(url, filename, _test)
# upload file to DPF server,
# upload file to DPF server,
# so that we are independent on the local configuration (docker or not)
server_path = upload_file_in_tmp_folder(file_path=local_path, server=server)
return server_path
Expand Down

0 comments on commit 1e41b66

Please sign in to comment.