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 8e57743 commit f838806Copy full SHA for f838806
skillsnetwork/core.py
@@ -224,7 +224,7 @@ async def prepare(
224
:param verbose=True: Prints saved path if True.
225
:param overwrite=False: If True, overwrites any existing files at destination.
226
:raise InvalidURLException: When URL is invalid.
227
- :raise FileExistsError: When a file to be symlinked already exists and `overwrite=False`.
+ :raise FileExistsError: When a file to be symlinked already exists and overwrite is False.
228
:raise ValueError: When requested path is in /tmp, or cannot be saved to path.
229
"""
230
0 commit comments