Skip to content

Commit

Permalink
Fixes #37, get stderr text in our process in Qubes
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Nov 1, 2018
1 parent b890cc9 commit a62583e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdclientapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def json_query(data):
["/usr/lib/qubes/qrexec-client-vm", proxyvmname, "securedrop.Proxy"],
stdin=PIPE,
stdout=PIPE,
stderr=PIPE,
)
p.stdin.write(data.encode("utf-8"))
d = p.communicate()
Expand Down

0 comments on commit a62583e

Please sign in to comment.