Skip to content

Commit

Permalink
fix: the behaviour of os.listdir() is slightly different from Path.it…
Browse files Browse the repository at this point in the history
…erdir()
  • Loading branch information
moe-ad committed Dec 6, 2024
1 parent 519d2f2 commit cd41c46
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),
str(filename),
filename.name,
server_paths,
str(to_server_folder_path),
subdirectory,
Expand Down

0 comments on commit cd41c46

Please sign in to comment.