Hi, flunkOnFailureis a mystery to me, (how) is ths supposed to work (bb 0.7.4)? class buildcommand( Compile ): def __init__( self, **kwargs ): command = ["/some/command", "ARG"] self.command = command self.flunkOnFailure=False Compile.__init__( self, **kwargs )