Пример #1
0
 def describe(self, done=False):
     description = LoggingBuildStep.describe(self, done)
     if self.layerversion_intel is not None and self > "1":
         description = "This BSP exists in the branch. Building."
     else:
         description = "This BSP does not exists in the branch. Skipping."
     return description