mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Syntax error
This commit is contained in:
parent
13adda0af5
commit
51414f2c96
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue