From bb7a0e796f6e2f4fcf14cac6a959d76548d17596 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Mar 2014 16:50:09 +0100 Subject: derp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/join.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/join.py b/src/join.py index 71acea5..8c6440a 100644 --- a/src/join.py +++ b/src/join.py @@ -205,7 +205,7 @@ def concurrently(*fs): ''' ts = [threading.Thread(target = f) for f in fs] for t in ts: - ts.start() + t.start() for t in ts: - ts.join() + t.join() -- cgit v1.2.3-70-g09d2