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

Fix spelling/ typos

parent 90e42dd6
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ def _main():
opts = _parse_args()
if opts.verbose:
# For verbose printing, a functions redefined sow e do not need to
# For verbose printing, a functions redefined so we do not need to
# carry an extra argument around, no special class or logger... simply
# 'print'. But in general don't use 'global'.
# Name of the variable is allowed so it looks more like an ordinary
......@@ -288,7 +288,7 @@ def _main():
_get_modelcif_dic_version,
"fetching latest ModelCIF dictionary version",
)
# Make sure Docker image is present present
# Make sure Docker image is present
image = _do_step(
_find_docker_image,
f"searching for Docker image ({DCKR_IMG_RPO}:{dic_version})",
......@@ -313,7 +313,7 @@ def _main():
for cif in test_files:
if not cif.endswith(".cif"):
continue
# check that file is has expected results
# check that file has expected results
if cif not in expctd_rslts:
raise RuntimeError(
f"File '{cif}' does not have expected results to be tested."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment