Skip to content

Commit 6edf0e1

Browse files
committed
Check bug for Docstring Tests on Linux for core.download_file
1 parent 826abd4 commit 6edf0e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ansys/dpf/core/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ def download_file(server_file_path, to_client_file_path, server=None):
169169
>>> server = dpf.start_local_server(config=dpf.AvailableServerConfigs.GrpcServer,
170170
... as_global=False)
171171
>>> file_path = dpf.upload_file_in_tmp_folder(examples.find_static_rst(), server=server)
172-
>>> dpf.download_file(file_path, examples.find_static_rst(), server=server)
173-
<BLANKLINE>
174-
...
175172
176173
Notes
177174
-----

0 commit comments

Comments
 (0)