sbsv2/raptor/python/raptor_meta.py
branchwip
changeset 14 45cdac6e50c6
parent 12 2cfea3290625
child 29 ee00c00df073
equal deleted inserted replaced
13:8789c7c7c420 14:45cdac6e50c6
  2602 
  2602 
  2603 					except MetaDataError, e:
  2603 					except MetaDataError, e:
  2604 						self.__Raptor.Error("%s",e.Text)
  2604 						self.__Raptor.Error("%s",e.Text)
  2605 						if not self.__Raptor.keepGoing:
  2605 						if not self.__Raptor.keepGoing:
  2606 							return []
  2606 							return []
       
  2607 		else:
       
  2608 			self.__Raptor.Info("Not Processing Exports (--noexport enabled)")
  2607 
  2609 
  2608 		# this is a switch to return the function at this point if export
  2610 		# this is a switch to return the function at this point if export
  2609 		# only option is specified in the run
  2611 		# only option is specified in the run
  2610 		if dobuild is not True:
  2612 		if dobuild is not True:
  2611 			self.__Raptor.Info("Processing Exports only")
  2613 			self.__Raptor.Info("Processing Exports only")