https://github.com/aiidateam/aiida_core
Revision 1a4cada67fe36353326dcebfe888ebc01a6c5b7b authored by Sebastiaan Huber on 07 July 2020, 09:45:30 UTC, committed by GitHub on 07 July 2020, 09:45:30 UTC
The options for the `verdi computer configure` command are created
dynamically based on the `_valid_connect_options` and the
`_valid_auth_options` class attributes of the transport plugin class.
These are interactive options whose defaults are context based, meaning
they can be defined by a previously existing transport configuration.
However, the "default" defaults, if you will, i.e. the defaults when the
computer has never been configured before, were not defined, so they
were also not printed in the help message string of the command. We now
explicitly define these base defaults.
1 parent 5e5d5e0
History
Tip revision: 1a4cada67fe36353326dcebfe888ebc01a6c5b7b authored by Sebastiaan Huber on 07 July 2020, 09:45:30 UTC
Add defaults for configure options of the `SshTransport` plugin (#4223)
Tip revision: 1a4cada
File Mode Size
.ci
.circleci
.docker
.github
aiida
docs
requirements
tests
utils
.coveragerc -rw-r--r-- 59 bytes
.gitignore -rw-r--r-- 401 bytes
.pre-commit-config.yaml -rw-r--r-- 2.8 KB
.pylintrc -rw-r--r-- 13.8 KB
.readthedocs.yml -rw-r--r-- 709 bytes
.style.yapf -rw-r--r-- 232 bytes
AUTHORS.txt -rw-r--r-- 1.7 KB
CHANGELOG.md -rw-r--r-- 74.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
Dockerfile -rw-r--r-- 579 bytes
LICENSE.txt -rw-r--r-- 1.3 KB
MANIFEST.in -rw-r--r-- 191 bytes
README.md -rw-r--r-- 5.2 KB
codecov.yml -rw-r--r-- 277 bytes
environment.yml -rw-r--r-- 732 bytes
mypy.ini -rw-r--r-- 805 bytes
open_source_licenses.txt -rw-r--r-- 15.3 KB
pyproject.toml -rw-r--r-- 152 bytes
pytest.ini -rw-r--r-- 415 bytes
setup.json -rw-r--r-- 9.1 KB
setup.py -rw-r--r-- 2.4 KB

README.md

back to top