Skip to content

Commit 307d450

Browse files
committed
Log weights location
1 parent a840bd1 commit 307d450

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stroke_segmentor/zenodo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def _extract_archive(
176176

177177
with zipfile.ZipFile(buffer) as z:
178178
z.extractall(folder)
179+
logger.info(f"Extracted data to {folder}")
179180

180181
for file in folder.iterdir():
181182
if file.is_file() and file.suffix == ".zip":

0 commit comments

Comments
 (0)