Skip to content

Commit 208b4cd

Browse files
committed
FIX: Logging message should use available variable
1 parent d092029 commit 208b4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/utils/wrangler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def find_estimators(
407407
for intent in listify(epi_base_md["IntendedFor"]):
408408
target = layout.get_file(str(subject_root / intent))
409409
if target is None:
410-
logger.debug("Single PE target %s not found", target)
410+
logger.debug("Single PE target %s not found", intent)
411411
continue
412412

413413
logger.debug("Found single PE target %s", target.relpath)

0 commit comments

Comments
 (0)