Ejemplo n.º 1
0
	def loadMasterInspection(self):
		insp = Inspector()
		self.XMLInspections = insp.getInspectionsStr(self.masterInspectionPath)
		if len(self.XMLInspections) == 0:
			print('Abort. No data found in', self.masterInspectionPath)
			exit()