| commit | 59cd16533b971358363c95ef1870c85e03dc15a8 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Thu Apr 25 13:42:42 2024 -0400 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Jun 21 20:53:46 2024 -0400 |
| tree | 89dace6d964af8d83a8c5c969937147e3e42c879 | |
| parent | 4c8d6351ccccd836833a414e3c8042a166438fba [diff] |
gdb/testsuite: analyze-racy-logs.py cleanup - Add type annotations - Use a raw string in one spot (where we call re.sub), to avoid an "invalid escape sequence" warning. - Remove unused "os" import. Change-Id: I0149cbb73ad2b05431f032fa9d9530282cb01e90 Reviewed-By: Guinevere Larsen <blarsen@redhat.com>