Skip to content

Commit 18f3430

Browse files
committed
log from one level higher
1 parent 5b7a19b commit 18f3430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bioimageio/core/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ def _get_stat(
182182
req_dataset_meas, _ = get_required_dataset_measures(model_descr)
183183

184184
if stats_path.exists():
185-
logger.info(f"loading precomputed dataset measures from {stats_path}")
185+
logger.opt(depth=1).info(
186+
f"loading precomputed dataset measures from {stats_path}"
187+
)
186188
stat = load_dataset_stat(stats_path)
187189
for m in req_dataset_meas:
188190
if m not in stat:

0 commit comments

Comments
 (0)