tasks.py: Use communicate() instead of wait()
Python documentation tells there may have deadlocks with wait(), prefer communicate() https://docs.python.org/2/library/subprocess.html#popen-objects
Please register or sign in to comment
Python documentation tells there may have deadlocks with wait(), prefer communicate() https://docs.python.org/2/library/subprocess.html#popen-objects