Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
Signed-off-by: Kamoltat Sirivadhna <[email protected]>
  • Loading branch information
kamoltat committed Sep 12, 2023
1 parent ce2310b commit 6649dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teuthology/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ def _get_service_types(self, job):
for line in valgrind_err_line:
match = re.search("<kind>(.+)</kind> in .+/(.+)", line)
if not match:
log.warning("Testing to see if this change has effect")
log.warning("Misunderstood line: {0}".format(line))
continue
err_typ, log_basename = match.groups()
Expand Down

0 comments on commit 6649dd8

Please sign in to comment.