Comment 5 for bug 445714

Revision history for this message
Martin Pitt (pitti) wrote :

The new feature is fine, it's small enough. Howver, I'd appreciate if the gunzip calling could be cleaned up, such as

  gunzip = subprocess.Popen(['gunzip', localPath], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  (output, output_err) = gunzip.communicate()
  status = gunzip.returncode