Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Nov 26, 2021
1 parent f2c5416 commit b7b6217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ omit =
WDL/CLI.py
WDL/runtime/backend/cli_subprocess.py
WDL/runtime/backend/singularity.py
WDL/runtime/backend/podman.py
relative_files = True
2 changes: 1 addition & 1 deletion WDL/runtime/backend/podman.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _cli_invocation(self, logger: logging.Logger) -> List[str]:

def _podman_pull(self, logger: logging.Logger) -> str:
"""
Ensure the needed docker image is cached by singularity. Use a global lock so we'll only
Ensure the needed docker image is cached by podman. Use a global lock so we'll only
download it once, even if used by many parallel tasks all starting at the same time.
"""
image = self.runtime_values.get(
Expand Down

0 comments on commit b7b6217

Please sign in to comment.