[Pkg-bitcoin-commits] [python-quamash] 104/269: fix debug logging to match argument order and properly identify variables.

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 15c6a54013eaab17430563e7d3d2c2d0f9d96019
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Jul 20 21:16:11 2014 -0700

    fix debug logging to match argument order and properly identify variables.
---
 tests/test_qeventloop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index a019770..1b7eb5b 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -76,8 +76,8 @@ class TestCanRunTasksInExecutor:
 	"""
 	def test_can_run_tasks_in_executor(self, loop, executor):
 		"""Verify that tasks can be run in an executor."""
+		logging.debug('Loop: {!r}'.format(loop))
 		logging.debug('Executor: {!r}'.format(executor))
-		logging.debug('Executor: {!r}'.format(loop))
 
 		manager = multiprocessing.Manager()
 		was_invoked = manager.Value(ctypes.c_int, 0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list