Skip to content

Commit 907ae73

Browse files
setting up sucess for force_download
1 parent b788bf1 commit 907ae73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/bag3d/core/assets/ahn/download.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,6 @@ def download_ahn_laz(
390390
file_size, fpath, is_new, success, url_laz = download_laz(
391391
file_size, fpath, is_new, nr_retries, success, url, url_laz, verify_ssl
392392
)
393-
success = True
394-
file_size = round(fpath.stat().st_size / 1e6, 2)
395-
is_new = False
396393

397394
if not success:
398395
raise Failure(format_laz_log(fpath, "Downloading failed!"))

0 commit comments

Comments
 (0)