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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
