fix return type for container.install()

Note: the container installation failure is not addressed here. See
https://github.com/freedomofpress/dangerzone/issues/193
This commit is contained in:
deeplow 2022-09-15 13:26:05 +01:00
parent 82ac22e837
commit aecacee315
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -49,7 +49,7 @@ def get_runtime() -> str:
return runtime
def install() -> Optional[bool]:
def install() -> bool:
"""
Make sure the podman container is installed. Linux only.
"""