[Pkg-bitcoin-commits] [python-quamash] 39/269: Simplify code

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:14 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 b435f71fa41adfc6f60f3cc3210292e7dd71eab5
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Wed Jul 2 09:27:32 2014 +0200

    Simplify code
---
 quamash/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 67ba719..98dc82d 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -58,7 +58,6 @@ class _EventPoller(QtCore.QObject):
 			events = self.__selector.select(0.01)
 			if events:
 				self._logger.debug('Got events {}'.format(events))
-			if events:
 				self.sig_events.emit(events)
 
 		self.__semaphore.release()

-- 
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