commit:     5056368e52a249b13cf01b7d69995422e7a0516d
Author:     El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
AuthorDate: Mon Jul 24 04:49:26 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 18:24:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=5056368e

repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E261

 repoman/pym/repoman/tests/runTests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoman/pym/repoman/tests/runTests.py 
b/repoman/pym/repoman/tests/runTests.py
index 1795aa487..ca37b14b3 100644
--- a/repoman/pym/repoman/tests/runTests.py
+++ b/repoman/pym/repoman/tests/runTests.py
@@ -17,7 +17,7 @@ def debug_signal(signum, frame):
        pdb.set_trace()
 
 if platform.python_implementation() == 'Jython':
-       debug_signum = signal.SIGUSR2 # bug #424259
+       debug_signum = signal.SIGUSR2  # bug #424259
 else:
        debug_signum = signal.SIGUSR1
 

Reply via email to