Skip to content

Commit

Permalink
fix: corrected syntax resulting in failure
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Dec 6, 2024
1 parent 67b5041 commit 519d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def upload_files_in_folder(
server_paths = self._upload_and_get_server_path(
specific_extension,
str(f),
filename,
str(filename),
server_paths,
str(to_server_folder_path),
subdirectory,
Expand Down

0 comments on commit 519d2f2

Please sign in to comment.