mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Fix a small typo
This commit is contained in:
parent
8172195f95
commit
50627d375c
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class Container(IsolationProvider):
|
|||
else:
|
||||
msg = (
|
||||
f"{Container.CONTAINER_NAME} images found, but IDs do not match."
|
||||
f"Found: {found_image_id}, Expected: {','.join(expected_image_ids)}"
|
||||
f" Found: {found_image_id}, Expected: {','.join(expected_image_ids)}"
|
||||
)
|
||||
if raise_on_error:
|
||||
raise ImageNotPresentException(msg)
|
||||
|
|
Loading…
Reference in a new issue