We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d092029 commit 208b4cdCopy full SHA for 208b4cd
sdcflows/utils/wrangler.py
@@ -407,7 +407,7 @@ def find_estimators(
407
for intent in listify(epi_base_md["IntendedFor"]):
408
target = layout.get_file(str(subject_root / intent))
409
if target is None:
410
- logger.debug("Single PE target %s not found", target)
+ logger.debug("Single PE target %s not found", intent)
411
continue
412
413
logger.debug("Found single PE target %s", target.relpath)
0 commit comments