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 4eedd91 commit f90a11aCopy full SHA for f90a11a
src/platformdirs/unix.py
@@ -120,9 +120,6 @@ def site_config_path(self) -> Path:
120
return self._first_item_as_path_if_multipath(self.site_config_dir)
121
122
def _first_item_as_path_if_multipath(self, directory: str) -> Path:
123
- """
124
- :return: first directory as path, even if ``multipath`` is set to ``True``
125
126
if self.multipath:
127
# If multipath is True, the first path is returned.
128
directory = directory.split(os.pathsep)[0]
0 commit comments