src/modules/client/image.py
changeset 1435 f65591874aef
parent 1431 62b6033670e4
child 1449 a721d9b0aad2
--- a/src/modules/client/image.py	Thu Oct 22 10:30:51 2009 -0700
+++ b/src/modules/client/image.py	Mon Oct 26 16:42:41 2009 -0500
@@ -1487,7 +1487,7 @@
                         e = api_errors.CatalogRefreshException(failed, total,
                             len(succeeded))
                         self.history.log_operation_end(error=e)
-                        raise
+                        raise e
                 self.history.log_operation_end()
 
         def _get_publisher_meta_dir(self):