summaryrefslogtreecommitdiffstats
path: root/scripts/patchtest-get-branch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patchtest-get-branch')
-rwxr-xr-xscripts/patchtest-get-branch2
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
16import re 16import re
17import git 17import git
18 18
19re_prefix = re.compile("(\[.*\])", re.DOTALL) 19re_prefix = re.compile(r"(\[.*\])", re.DOTALL)
20 20
21def get_branch(filepath_repo, filepath_mbox, default_branch): 21def get_branch(filepath_repo, filepath_mbox, default_branch):
22 branch = None 22 branch = None