Lines Matching refs:f
33 parser.error(f"can't open {arg}: No such file or directory")
35 parser.error(f"can't open {arg}: Is not a file")
46 parser.error(f"{arg} is not a valid log level")
62 return f"{', '.join(self['paths'])}: {self['message']}"
115 path_segment += f"[{children.index(elem) + 1}]"
118 paths.append(f"/{'/'.join(path)}")
166 value = f"[{s}]"
197 self.etree_tag = f"{etree_tag}_etree"
225 …logging.error(f"Board {board_name} and scenario {scenario_name} are inconsistent: {nr_critical} sy…
227 …logging.warning(f"Board {board_name} and scenario {scenario_name} are potentially inconsistent: {n…
229 … logging.info(f"Board {board_name} and scenario {scenario_name} are valid and consistent.")
243 for f in os.listdir(board_dir):
244 if not f.endswith(".xml"):
246 if f == os.path.basename(board_xml) or "launch" in f:
248 …ll_errors += validate_one(validation_pipeline, pipeline_obj, board_xml, os.path.join(board_dir, f))
255 for f in os.listdir(data_dir):
256 board_xml = os.path.join(data_dir, f, f"{f}.xml")
260 logging.warning(f"Cannot find a board XML under {os.path.join(data_dir, f)}")