mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user