outposts: fix lint error

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-07 19:15:57 +02:00
parent 649abddea7
commit 9e936e4436
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ class DockerController(BaseController):
return False
def try_pull_image(self):
"""Try to pull the image needed for this outpost based on the CONFIG `outposts.docker_image_base`,
but fall back to known-good images"""
"""Try to pull the image needed for this outpost based on the CONFIG
`outposts.docker_image_base`, but fall back to known-good images"""
image = self.get_container_image()
try:
self.client.images.pull(image)