[Bug 255099] Re: [requestsync] Doesn't wait for gpg command to exit

Stefano Rivera launchpad at rivera.za.net
Tue Dec 21 15:28:23 GMT 2010


The code doesn't have any kind of timeout, I'm guessing your gpg command
exited.

gpg = subprocess.Popen(gpg_command, stdin = subprocess.PIPE, stdout = subprocess.PIPE)
signed_report = gpg.communicate(mailbody.encode('utf-8'))[0].decode('utf-8')
assert gpg.returncode == 0


** Changed in: ubuntu-dev-tools (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Development Team, which is the registrant for Ubuntu Developer Tools.
https://bugs.launchpad.net/bugs/255099

Title:
  [requestsync] Doesn't wait for gpg command to exit



More information about the Ubuntu-reviews mailing list