You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the case for, at least, the save calls in containers_add and containers_remove. This should disable the internal rendering of results,
because otherwise a user cannot control the verbosity.
When this is addressed, it makes sense to also start using return_type='generator' to avoid the present list-item-accumulation of results of internal command calls.
The text was updated successfully, but these errors were encountered:
mih
added a commit
to mih/datalad-container
that referenced
this issue
Oct 10, 2023
This is the case for, at least, the
save
calls incontainers_add
andcontainers_remove
. This should disable the internal rendering of results,because otherwise a user cannot control the verbosity.
When this is addressed, it makes sense to also start using
return_type='generator'
to avoid the present list-item-accumulation of results of internal command calls.The text was updated successfully, but these errors were encountered: