Skip to content

Commit 24f8b5f

Browse files
committed
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
1 parent 7b89c6c commit 24f8b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/accept-expected-changes-from-ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
"""
2+
r"""
33
This script can be used to go over `codeql test run` expected/actual log output from
44
github actions, and apply patches locally to make the tests pass.
55

0 commit comments

Comments
 (0)