Revision 26413b0d kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
1284 1284
            self.error('\nDownload canceled by user')
1285 1285
            if local_path is not None:
1286 1286
                self.error('to resume, re-run with --resume')
1287
        except Exception:
1288
            self._safe_progress_bar_finish(progress_bar)
1289
            raise
1290 1287
        finally:
1291 1288
            self._safe_progress_bar_finish(progress_bar)
1292 1289

  

Also available in: Unified diff