Skip to content

Commit 54288ba

Browse files
committed
Fix test
1 parent ef93f6a commit 54288ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/aleph/sdk/client/http.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ async def download_file_to_path(
234234
if not isinstance(path, Path):
235235
path = Path(path)
236236

237-
if not path.is_file():
238-
path = path / file_hash
239-
240237
if not os.path.exists(path):
241238
dir_path = os.path.dirname(path)
242239
if dir_path:

0 commit comments

Comments
 (0)