diff options
Diffstat (limited to 'scripts/patchtest-get-branch')
-rwxr-xr-x | scripts/patchtest-get-branch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchtest-get-branch b/scripts/patchtest-get-branch index b5fb2b0f04..c6e242f8b6 100755 --- a/scripts/patchtest-get-branch +++ b/scripts/patchtest-get-branch | |||
@@ -16,7 +16,7 @@ import argparse | |||
16 | import re | 16 | import re |
17 | import git | 17 | import git |
18 | 18 | ||
19 | re_prefix = re.compile("(\[.*\])", re.DOTALL) | 19 | re_prefix = re.compile(r"(\[.*\])", re.DOTALL) |
20 | 20 | ||
21 | def get_branch(filepath_repo, filepath_mbox, default_branch): | 21 | def get_branch(filepath_repo, filepath_mbox, default_branch): |
22 | branch = None | 22 | branch = None |