Skip to content

Commit e12c744

Browse files
committed
doc: modified another src file
1 parent 6c12206 commit e12c744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/path_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def join(*args, **kwargs):
7373
if ansys.dpf.core.server_types.RUNNING_DOCKER.use_docker:
7474
current_os = "posix"
7575
else:
76-
return os.path.join(*args)
76+
return str(Path(args[0]).joinpath(*args[1:]))
7777
else:
7878
current_os = server.os
7979

0 commit comments

Comments
 (0)