Skip to content

Commit 94e3d28

Browse files
committed
Fixed regex (Closes #61)
1 parent c45d95e commit 94e3d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.0
1+
v1.11.1

pydocteur/pr_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def is_title_ok(pr):
8989
if is_label_set(pr, "meta"):
9090
return True
9191
if pr.title.startswith(("traduction de", "Traduction de", "Fix fuzzies in", "Fix fuzzies dans")) or re.findall(
92-
r"\\.po", pr.title
92+
r"\.po", pr.title
9393
):
9494
return True
9595
else:

0 commit comments

Comments
 (0)