mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12: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
|
# Execute dangerzone-container
|
||||||
args_str = " ".join(pipes.quote(s) for s in args)
|
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(
|
return subprocess.Popen(
|
||||||
args,
|
args,
|
||||||
startupinfo=self.get_subprocess_startupinfo(),
|
startupinfo=self.get_subprocess_startupinfo(),
|
||||||
|
|
Loading…
Reference in a new issue