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 4943871 commit c0b0062Copy full SHA for c0b0062
skillsnetwork/core.py
@@ -126,7 +126,7 @@ def _verify_files_dont_exist(
126
) -> None:
127
"""
128
Verifies all paths in 'paths' don't exist.
129
- :param paths: A iterable of strs or pathlib.Paths.
+ :param paths: A iterable of pathlib.Paths.
130
:param remove_if_exist=False: Removes file at path if they already exist.
131
:returns: None
132
:raises FileExistsError: On the first path found that already exists if remove_if_exist is False.
0 commit comments