misc: Fix docstring warning

When using a sufficiently new version of Python, it will give a warning
about the escape sequence `\_` in `¯\_(ツ)_/¯` not being a valid escape
:D fix is to make the docstring a raw string.

Thanks @owen-mc
This commit is contained in:
Rasmus Wriedt Larsen
2024-05-08 13:56:11 +02:00
parent 7b89c6c7f7
commit 24f8b5f203

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
"""
r"""
This script can be used to go over `codeql test run` expected/actual log output from
github actions, and apply patches locally to make the tests pass.