diff --git a/misc/scripts/accept-expected-changes-from-ci.py b/misc/scripts/accept-expected-changes-from-ci.py index a8c86d8f3e4..26e31c1169e 100755 --- a/misc/scripts/accept-expected-changes-from-ci.py +++ b/misc/scripts/accept-expected-changes-from-ci.py @@ -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.