if cfg['GENERAL'].getboolean(thFile) and (sum(flagsList) > 0):
        message = 'RelThFromFile is True - no variation allowed: check %s, %s or %s' % (thRV, thPV, thRCiV)
        log.error(message)
        raise AssertionError(message)