Benjamin Poldrack
Benjamin Poldrack
``` Running setup.py install for citeproc-py ... error ERROR: Command errored out with exit status 1: command: /tmp/test-rnc2rng/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_3se60gv/citeproc-py/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_3se60gv/citeproc-py/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',...
Failure discovered in PR #5440. Windows build only and apparently unrelated to adjusted branches. Might be that there's something wrong with `get_convoluted_situation` on Windows. ``` ====================================================================== FAIL: datalad.support.tests.test_repo_save.test_gitrepo_save_all ---------------------------------------------------------------------- Traceback...
Ran into this in https://github.com/datalad/git-annex-ria-remote/pull/38 `datalad-siblings-configure` doesn't allow to specify `annex-ignore`. If I now configure a sibling to a still empty repo (in order to be able to push to...
This is refactoring our `SpecialRemote` and `AnnexCustomRemote` classes. The latter only serves as base class for the `datalad` and `datalad-archives` special remotes, whereas the former is the more general one....
While it's not instantly obvious from a looking at it as a stand-alone command, `foreach-dataset` should be able to run things on the uppermost dataset only. That boils down to...
The `--what` parameter to the `clean` command is an outlier in how the choices for it are specified. Most commands use `EnsureChoice` while this one specifies `choices` for argparse instead....
- Makes `is_interactive` configurable via `datalad.ui.interactive`. Defaults to current behavior of detection via `isatty()`. The detection result is propagated to datalad subprocesses via env var (ping #7352). - Adds a...
As far as I can see, currently there's no information about the number if images/volumes in a series available from the metadata. Looking at the extractor I'm still a bit...
The identifier needed here is that of the to be replaced file, not an identifier of the dataset. Despite the template suggesting, that the "project only accepts pull requests related...