mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
FIXUP: Fix dummy script
This commit is contained in:
parent
48bd4c651b
commit
e749e92425
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Dummy(IsolationProvider):
|
|||
|
||||
def start_doc_to_pixels_proc(self, document: Document) -> subprocess.Popen:
|
||||
cmd = [
|
||||
"python3",
|
||||
sys.executable,
|
||||
"-c",
|
||||
"from dangerzone.isolation_provider.dummy import dummy_script;"
|
||||
" dummy_script()",
|
||||
|
|
Loading…
Reference in a new issue