Comment 5 for bug 3111

Revision history for this message
Celso Providelo (cprov) wrote :

Barry, when reviewing some related code has suggested a short-term solution that might be worth to try:
{{{
    I read the bug and I agree it would be more elegant to use the gzip library,
    but barring that, what happens if the gzip command fails? Would it make more
    sense to use subprocess here to handle potential gzip failures?
}}}