From 51414f2c9613a072c2b080d9fdbc20d39c24fc68 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 17 Jun 2021 11:47:36 -0700 Subject: [PATCH] Syntax error --- dangerzone/global_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/global_common.py b/dangerzone/global_common.py index 53ffb39..ba473bc 100644 --- a/dangerzone/global_common.py +++ b/dangerzone/global_common.py @@ -450,7 +450,7 @@ class GlobalCommon(object): # Execute dangerzone-container args_str = " ".join(pipes.quote(s) for s in args) - print(Fore.YELLOW + "> " + Fore.CYAN + args_str)) + print(Fore.YELLOW + "> " + Fore.CYAN + args_str) return subprocess.Popen( args, startupinfo=self.get_subprocess_startupinfo(),