Home
last modified time | relevance | path

Searched refs:log_piece (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/scripts/
H A Dreplace_logs.py71 for log_piece in chevron_split[1:]:
72 if log_piece.endswith(";"):
73 log_piece = log_piece[:-1] variable
74 log_piece = log_piece.strip() variable
75 if (log_piece.startswith('"') and log_piece.endswith('"')) or (
76 log_piece.startswith("'") and log_piece.endswith("'")
78 logstring += log_piece[1:-1]
80 if log_piece == "this" or log_piece.startswith("&"):
81 log_piece = "logPtr({})".format(log_piece) variable
82 if log_piece == "self":
[all …]