Lines Matching refs:failmsg
51 failmsg = """Your version of local.conf was generated from an older/newer version of
60 failmsg = d.expand(failmsg)
62 raise NotImplementedError(failmsg)
71 failmsg = """Your version of site.conf was generated from an older version of
80 failmsg = d.expand(failmsg)
82 raise NotImplementedError(failmsg)
92 …failmsg = """Your version of bblayers.conf has the wrong LCONF_VERSION (has ${LCONF_VERSION}, expe…
97 failmsg = d.expand(failmsg)
100 raise NotImplementedError(failmsg)
105 raise NotImplementedError(failmsg)
124 raise NotImplementedError(failmsg)
130 raise NotImplementedError(failmsg)
162 raise NotImplementedError(failmsg)
167 raise NotImplementedError(failmsg)
177 raise NotImplementedError(failmsg)