chiark / gitweb /
Use p.wait() instead of p.communicate()
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 9 Jul 2014 17:22:39 +0000 (19:22 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 9 Jul 2014 17:22:39 +0000 (19:22 +0200)
commit3d923a671850d88108e2ef48c217090d27ec0515
tree352289068eb6956c6ff177057644e98621652dfe
parenta834ff4ab21f37594e6ed2465f3210127b4bcad6
Use p.wait() instead of p.communicate()

The latter calls the former anyway, and we don't need to fetch the output nor
send any stdin.
fdroidserver/common.py