Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/tests/
Date: Fri, 30 Mar 2018 04:23:53
Message-Id: 1522381881.30cb501b641f99a8392261734384c6e681f9c3a8.zmedico@gentoo
1 commit: 30cb501b641f99a8392261734384c6e681f9c3a8
2 Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
3 AuthorDate: Mon Jul 24 04:49:26 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 03:51:21 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=30cb501b
7
8 repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E261
9
10 repoman/pym/repoman/tests/runTests.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/repoman/pym/repoman/tests/runTests.py b/repoman/pym/repoman/tests/runTests.py
14 index 1795aa487..ca37b14b3 100644
15 --- a/repoman/pym/repoman/tests/runTests.py
16 +++ b/repoman/pym/repoman/tests/runTests.py
17 @@ -17,7 +17,7 @@ def debug_signal(signum, frame):
18 pdb.set_trace()
19
20 if platform.python_implementation() == 'Jython':
21 - debug_signum = signal.SIGUSR2 # bug #424259
22 + debug_signum = signal.SIGUSR2 # bug #424259
23 else:
24 debug_signum = signal.SIGUSR1