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 47d6abe commit 1b1fd05Copy full SHA for 1b1fd05
niworkflows/interfaces/bids.py
@@ -506,7 +506,7 @@ class DerivativesDataSink(SimpleInterface):
506
def __init__(self, allowed_entities=None, out_path_base=None, **inputs):
507
"""Initialize the SimpleInterface and extend inputs with custom entities."""
508
self._allowed_entities = set(allowed_entities or []).union(
509
- self._allowed_entities
+ set(self._config_entities)
510
)
511
if out_path_base:
512
self.out_path_base = out_path_base
0 commit comments