Syntax error

This commit is contained in:
Micah Lee 2021-06-17 11:47:36 -07:00
parent 13adda0af5
commit 51414f2c96

View file

@ -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(),