sbsv2/raptor/python/raptor_meta.py
branchwip
changeset 368 113d720d5a6c
parent 288 80540207516e
child 412 824dddcc66f7
--- a/sbsv2/raptor/python/raptor_meta.py	Mon Mar 15 11:38:03 2010 +0000
+++ b/sbsv2/raptor/python/raptor_meta.py	Tue Mar 16 15:27:06 2010 +0000
@@ -2968,7 +2968,7 @@
 			self.__Raptor.PrintXML("<zipmarker>" + markerfilename +	"</zipmarker>\n")
 			self.__Raptor.PrintXML("</clean>\n")
 
-		except IOError:
+		except IOError, e:
 			self.__Raptor.Warn("Problem while unzipping export %s to %s: %s",source,destination,str(e))
 
 		self.__Raptor.Info("Unzipped %d files from %s to %s", filecount, source, destination)