File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def _verify_files_dont_exist(
127
127
"""
128
128
Verifies all paths in 'paths' don't exist.
129
129
:param paths: A iterable of pathlib.Paths.
130
- :param remove_if_exist=False: Removes file at path if they already exist.
130
+ :param remove_if_exist=False: Remove each file at each path in paths if they already exist.
131
131
:returns: None
132
132
:raises FileExistsError: On the first path found that already exists if remove_if_exist is False.
133
133
"""
@@ -239,7 +239,6 @@ async def prepare(
239
239
path .mkdir (exist_ok = True )
240
240
241
241
# For avoiding collisions with any other files the user may have downloaded to /tmp/
242
-
243
242
dname = f"skills-network-{ hash (url )} "
244
243
# The file to extract data to. If not jupyterlite, to be symlinked to as well
245
244
extract_dir = path if _is_jupyterlite () else Path (f"/tmp/{ dname } " )
You can’t perform that action at this time.
0 commit comments