Skip to content
Snippets Groups Projects
Commit e8adaf01 authored by Bienchen's avatar Bienchen
Browse files

ToDo list

parent f81aa0fe
Branches
No related tags found
No related merge requests found
......@@ -47,8 +47,6 @@ def _parse_args():
def _check_docker_installed():
"""Make sure the `docker` command can be executed."""
# ToDo: check all Docker commands used in this script here (Add more over
# time).
# just check `docker` as command on its own
args = [DCKR]
try:
......@@ -264,6 +262,7 @@ def _do_step(func, msg, *args, **kwargs):
def _main():
"""Run as script."""
# ToDo: add test fetching associated data from the internet
expctd_rslts = {
"working.cif": {
"ret_val": 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment