Home
last modified time | relevance | path

Searched refs:FLAG_SUBST (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_diag.py425 FLAG_SUBST = r'%DIAG_FLAG%' variable in Diagnostic
576 if self.FLAG_SUBST in message:
577 message = message.replace(self.FLAG_SUBST, clflag.lstrip())