Skip to content

Commit 1b1fd05

Browse files
committed
Use _config_entities.
1 parent 47d6abe commit 1b1fd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class DerivativesDataSink(SimpleInterface):
506506
def __init__(self, allowed_entities=None, out_path_base=None, **inputs):
507507
"""Initialize the SimpleInterface and extend inputs with custom entities."""
508508
self._allowed_entities = set(allowed_entities or []).union(
509-
self._allowed_entities
509+
set(self._config_entities)
510510
)
511511
if out_path_base:
512512
self.out_path_base = out_path_base

0 commit comments

Comments
 (0)