Comment 2 for bug 1130390

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (master)

Reviewed: https://review.openstack.org/22359
Committed: http://github.com/openstack/python-glanceclient/commit/1a3d40ccb4f532cad2ae0e1ad642ba56b0e2f707
Submitter: Jenkins
Branch: master

commit 1a3d40ccb4f532cad2ae0e1ad642ba56b0e2f707
Author: John Bresnahan <email address hidden>
Date: Tue Feb 19 11:58:54 2013 -1000

    Control C does not cancel the CLI cleanly

    When a user attempts to terminate the CLI with CTL+C a stack
    trace is printed to the screen. When downloading files the
    partial amount downloaded will not be cleaned up. In most
    cases the user redirects to stdout, thus this program cannot
    clean that up.

    Fixes Bug: 1130390

    Change-Id: If9f8ffc72b422d5dbd5969eecde8904238dd8860