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 0894b86 commit 18b15cfCopy full SHA for 18b15cf
src/ansys/dpf/core/data_sources.py
@@ -403,7 +403,7 @@ def add_file_path_for_specified_result(
403
filepath: Union[str, os.PathLike],
404
key: Optional[str] = "",
405
result_key: Optional[str] = "",
406
- ):
+ ) -> None:
407
"""Add a file path for a specified result file key to the data sources.
408
409
This method can be used when results files with different keys (extensions) are
0 commit comments