[pyzo] 01/19: Fix #393

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 1 16:22:02 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit 6f0f188f133edca93665dfd96934f8b2ee3087a9
Author: Almar Klein <almar.klein at gmail.com>
Date:   Mon May 2 15:16:20 2016 +0200

    Fix #393
---
 pyzo/tools/pyzoFileBrowser/proxies.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyzo/tools/pyzoFileBrowser/proxies.py b/pyzo/tools/pyzoFileBrowser/proxies.py
index 480c8b6..690a699 100644
--- a/pyzo/tools/pyzoFileBrowser/proxies.py
+++ b/pyzo/tools/pyzoFileBrowser/proxies.py
@@ -284,7 +284,7 @@ class BaseFSProxy(threading.Thread):
         self._q.put(pathProxy)
         self._interrupt = True
     
-    def stop(self, timeout=1.0):
+    def stop(self, *, timeout=1.0):
         with self._lock:
             self._exit = True
             self._interrupt = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list