Fix typo with using a custom container

This commit is contained in:
Micah Lee 2021-06-08 15:29:14 -07:00
parent a7afe9493b
commit 2f97f344a9
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -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