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 cd00558 commit 9f4cff9Copy full SHA for 9f4cff9
src/diffpy/cmi/packsmanager.py
@@ -67,11 +67,6 @@ def _get_examples_dir(self) -> Path:
67
-------
68
pathlib.Path
69
Directory containing shipped examples.
70
-
71
- Raises
72
- ------
73
- FileNotFoundError
74
- If the examples directory cannot be located in the installation.
75
"""
76
return (self.packs_dir / ".." / ".." / "docs" / "examples").resolve()
77
0 commit comments