[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:31:16 UTC 2013


The following commit has been merged in the master branch:
commit 13b4cfd4996d83c093dd5794643a69bf20b8a63d
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue May 7 13:03:53 2013 -0700

    Make PutObject propagate failure to the main thread for all exceptions

diff --git a/euca2ools/commands/walrus/putobject.py b/euca2ools/commands/walrus/putobject.py
index 5646417..175c507 100644
--- a/euca2ools/commands/walrus/putobject.py
+++ b/euca2ools/commands/walrus/putobject.py
@@ -143,6 +143,10 @@ class PutObject(WalrusRequest, FileTransferProgressBarMixin):
                     with self._lock:
                         self.last_upload_error = err
                     raise
+        except Exception as err:
+            with self._lock:
+                self.last_upload_error = err
+            raise
 
 
 def build_progressbar_label_template(fnames):

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list