summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEl Acheche Anis <elacheche@ubuntu.com>2017-07-24 05:49:26 +0100
committerZac Medico <zmedico@gentoo.org>2018-03-29 20:51:21 -0700
commit30cb501b641f99a8392261734384c6e681f9c3a8 (patch)
tree083009cd56a78ebc148bd40a325c2e4427eff2d4 /repoman
parentrepoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E302 (diff)
downloadportage-30cb501b641f99a8392261734384c6e681f9c3a8.tar.gz
portage-30cb501b641f99a8392261734384c6e681f9c3a8.tar.bz2
portage-30cb501b641f99a8392261734384c6e681f9c3a8.zip
repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E261
Diffstat (limited to 'repoman')
-rw-r--r--repoman/pym/repoman/tests/runTests.py2
1 files changed, 1 insertions, 1 deletions
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