mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
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:
parent
82ac22e837
commit
aecacee315
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def get_runtime() -> str:
|
||||||
return runtime
|
return runtime
|
||||||
|
|
||||||
|
|
||||||
def install() -> Optional[bool]:
|
def install() -> bool:
|
||||||
"""
|
"""
|
||||||
Make sure the podman container is installed. Linux only.
|
Make sure the podman container is installed. Linux only.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue