From 2f97f344a96d75a0381b82e27294c3acda02deb0 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 8 Jun 2021 15:29:14 -0700 Subject: [PATCH] Fix typo with using a custom container --- dangerzone/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/gui.py b/dangerzone/gui.py index 6df9b4d..04cedd9 100644 --- a/dangerzone/gui.py +++ b/dangerzone/gui.py @@ -71,7 +71,7 @@ def gui_main(custom_container, filename): # Check the output if custom_container.encode() not in stdout_data: - click.echo(f"Container '{container}' not found") + click.echo(f"Container '{custom_container}' not found") return global_common.custom_container = custom_container