summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/forall.py')
-rw-r--r--subcmds/forall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index 74d1ede7..a13793d0 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -370,8 +370,8 @@ def DoWork(project, mirror, opt, cmd, shell, cnt, config):
370 for s in in_ready: 370 for s in in_ready:
371 buf = s.read().decode() 371 buf = s.read().decode()
372 if not buf: 372 if not buf:
373 s.close()
374 s_in.remove(s) 373 s_in.remove(s)
374 s.close()
375 continue 375 continue
376 376
377 if not opt.verbose: 377 if not opt.verbose: