if cfg['GENERAL'].getboolean(thFile) and (cfg['GENERAL'].getboolean(thFlag) != False or cfg['GENERAL'][thName] != ''):
            message = ('If %s is set to True - it is not allowed to set %s to True or provide a value in %s' %
                       (thFile, thFlag, thName))
            log.error(message)
            raise AssertionError(message)