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

-- 
[FFE] Image Store Proxy must handle compressed images
https://bugs.launchpad.net/bugs/445714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to