Skip to content

Commit bb660d2

Browse files
committed
Update wrangler.py
1 parent 9f2c089 commit bb660d2

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
@@ -460,7 +460,7 @@ def find_estimators(
460460
has_intended = layout.get(
461461
**{
462462
**base_entities,
463-
**{'suffix': 'epi', 'IntendedFor': Query.REQUIRED, 'session': sessions}
463+
**{'suffix': ['epi', 'bold'], 'IntendedFor': Query.REQUIRED, 'session': sessions}
464464
}
465465
)
466466

0 commit comments

Comments
 (0)