We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5be5f commit 5ba8175Copy full SHA for 5ba8175
1 file changed
cfbot_commitfest_rpc.py
@@ -44,7 +44,7 @@ def get_latest_patches_from_thread_url(thread_url):
44
'<a href="(/message-id/attachment/[^"]*\\.(diff|diff\\.gz|patch|patch\\.gz|tar\\.gz|tgz|tar\\.bz2|zip))">',
45
line,
46
)
47
- if groups and not groups.group(1):
+ if groups:
48
attachment = groups.group(1)
49
if "/nocfbot" not in attachment and not attachment.endswith(
50
"subtrans-benchmark.tar.gz"
0 commit comments