Lines Matching refs:format

75 …raise Exception('{} at {}:{} has min {} > max {}'.format(config_name, file_path, linenum, config_a…
78 …raise Exception('{} at {}:{} has min {} > default {}'.format(config_name, file_path, linenum, conf…
81 …raise Exception('{} at {}:{} has default {} > max {}'.format(config_name, file_path, linenum, conf…
92 …logger.info('{} at {}:{} has non-integer default value "{}"'.format(config_name, file_path, linenu…
106 …'{} at {}:{} has default value {} which isn\'t in list of enumvalues {}'.format(config_name, file_…
108 … raise Exception("Found unknown PICO_CONFIG type {} at {}:{}".format(_type, file_path, linenum))
135 …e description was set to '{}' - has the description field been omitted?".format(config_name, file_…
137 …ception("Found description {} at {}:{} but it was already used at {}:{}".format(config_description…
151 …raise Exception('{} at {}:{} has malformed value {}'.format(config_name, file_path, linenum, item))
158 … raise Exception('{} at {}:{} has no group attribute'.format(config_name, file_path, linenum))
162 …raise Exception("Found {} at {}:{} but it was already declared at {}:{}".format(config_name, file_…
189 logger.warning("Potential unmarked PICO define {}".format(d))
212 …'Found {} at {}:{} with a default of {}, but #define says {} (at {}:{})'.format(config_name, file_…
214 …('Found {} at {}:{} with a default of {}, but no matching #define found'.format(config_name, file_…
222 …writer.writerow({'name': config_name, 'location': '{}:{}'.format(config_obj['filename'], config_ob…