Skip to content

Commit

Permalink
Update wrangler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 23, 2024
1 parent 9f2c089 commit bb660d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def find_estimators(
has_intended = layout.get(
**{
**base_entities,
**{'suffix': 'epi', 'IntendedFor': Query.REQUIRED, 'session': sessions}
**{'suffix': ['epi', 'bold'], 'IntendedFor': Query.REQUIRED, 'session': sessions}
}
)

Expand Down

0 comments on commit bb660d2

Please sign in to comment.