sbsv2/raptor/python/raptor_meta.py
branchwip
changeset 368 113d720d5a6c
parent 288 80540207516e
child 412 824dddcc66f7
equal deleted inserted replaced
367:28419e56ee8a 368:113d720d5a6c
  2966 			markerfile.close()
  2966 			markerfile.close()
  2967 			self.__Raptor.PrintXML("<clean bldinf='" + bldinf_filename + "' mmp='' config=''>\n")
  2967 			self.__Raptor.PrintXML("<clean bldinf='" + bldinf_filename + "' mmp='' config=''>\n")
  2968 			self.__Raptor.PrintXML("<zipmarker>" + markerfilename +	"</zipmarker>\n")
  2968 			self.__Raptor.PrintXML("<zipmarker>" + markerfilename +	"</zipmarker>\n")
  2969 			self.__Raptor.PrintXML("</clean>\n")
  2969 			self.__Raptor.PrintXML("</clean>\n")
  2970 
  2970 
  2971 		except IOError:
  2971 		except IOError, e:
  2972 			self.__Raptor.Warn("Problem while unzipping export %s to %s: %s",source,destination,str(e))
  2972 			self.__Raptor.Warn("Problem while unzipping export %s to %s: %s",source,destination,str(e))
  2973 
  2973 
  2974 		self.__Raptor.Info("Unzipped %d files from %s to %s", filecount, source, destination)
  2974 		self.__Raptor.Info("Unzipped %d files from %s to %s", filecount, source, destination)
  2975 		return exportwhatlog
  2975 		return exportwhatlog
  2976 
  2976