We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9214d0f commit 155632cCopy full SHA for 155632c
src/ansys/dpf/core/examples/examples.py
@@ -29,7 +29,7 @@
29
from ansys.dpf.core.core import upload_file_in_tmp_folder
30
31
32
-def get_example_required_minimum_dpf_version(file: os.PathLike) -> str:
+def get_example_required_minimum_dpf_version(file: str) -> str:
33
"""Return the minimal DPF server version required to run the example, as declared in a note.
34
35
Parameters
0 commit comments