From 03400afc7c30ca77efe9d5a9d22bde5d398cf42d Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Fri, 8 Jun 2018 07:21:41 +0100 Subject: [PATCH] Pep --- scripts/lp-merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lp-merge.py b/scripts/lp-merge.py index d017821e4..ea30a06cf 100755 --- a/scripts/lp-merge.py +++ b/scripts/lp-merge.py @@ -104,7 +104,7 @@ def get_merge_info(url): # Find the p tag that contains the commit message #
...
...

commit_message = soup.find('div', id='commit-message').find('div', id='edit-commit_message')\ - .find('div', 'yui3-editable_text-text').p + .find('div', 'yui3-editable_text-text').p merge_info['commit_message'] = commit_message.string # Find all tr-tags with this class. Makes it possible to get bug numbers. #