diff -r 28419e56ee8a -r 113d720d5a6c sbsv2/raptor/python/raptor_meta.py --- 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("" + markerfilename + "\n") self.__Raptor.PrintXML("\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)